|
@@ -168,7 +168,6 @@
|
|
|
|
|
|
onLoad(() => {
|
|
onLoad(() => {
|
|
curPlan.value = store.planDetails;
|
|
curPlan.value = store.planDetails;
|
|
- console.log(curPlan.value)
|
|
|
|
if (store.planDetails.requisitionDepartmentId == store.curDeptDetails.deptId) {
|
|
if (store.planDetails.requisitionDepartmentId == store.curDeptDetails.deptId) {
|
|
bottomStatus.value = true;
|
|
bottomStatus.value = true;
|
|
store.isPreProcess = true;
|
|
store.isPreProcess = true;
|
|
@@ -176,7 +175,6 @@
|
|
bottomStatus.value = false;
|
|
bottomStatus.value = false;
|
|
store.isPreProcess = false;
|
|
store.isPreProcess = false;
|
|
}
|
|
}
|
|
- console.log(bottomStatus.value)
|
|
|
|
})
|
|
})
|
|
|
|
|
|
onShow(() => {
|
|
onShow(() => {
|