[update] 修改企标制修订流程

This commit is contained in:
lideqin
2023-11-15 11:54:14 +08:00
parent 549a2335f5
commit 5b4c806a40
23 changed files with 637 additions and 486 deletions
@@ -163,13 +163,15 @@ export default {
}
// 获取人员信息结构
this.getPersonInfoStructure(ProcessKey.ES_ENABLE.value, () => {
if (this.currentNode === 1) {
this.disabled = false
this.initPersonInfoData(true)
} else {
this.disabled = true
// 如果不是第一个节点,人员信息全部不可选
this.initPersonInfoData(false)
if (this.$route.query.processInstanceId) {
if (this.currentNode === 1) {
this.disabled = false
this.initPersonInfoData(true)
} else {
this.disabled = true
// 如果不是第一个节点,人员信息全部不可选
this.initPersonInfoData(false)
}
}
})
if (this.$route.query.taskId) {