采购合同流程

master
Harry Yang 2022-12-30 01:03:40 +08:00
parent f9485760aa
commit 4407bb529e
1 changed files with 2 additions and 2 deletions

View File

@ -1211,8 +1211,8 @@
methods, methods,
mounted() { mounted() {
this.processType = procurementContract // this.processType = procurementContract
this.handleSelectProject({ id: 135 }) // this.handleSelectProject({ id: 135 })
this.applyDeptSectorOptions = JSON.parse('${applyDeptSectorOptions}') this.applyDeptSectorOptions = JSON.parse('${applyDeptSectorOptions}')
}, },
}) })