修改 外部标准化协会入会、参会流程 外部署名推荐审批流程 人员选择

This commit is contained in:
baoyu
2024-04-28 17:57:42 +08:00
parent c32f9efcaa
commit 6c49325cec
3 changed files with 9 additions and 4 deletions
@@ -766,7 +766,9 @@ export default {
// 流程阶段负责人选择
choiceZRR(type, title, id) {
this.nodeList = []
this.nodeList = JSON.parse(JSON.stringify(id.split(',')))
if (id.length > 0) {
this.nodeList = id.split(',')
}
this.type = type
this.drawerTitle = title
this.roleShowflag = true
@@ -708,9 +708,10 @@ export default {
this.roleShowflagOne = true
},
choiceZRRFEE(type, title, id) {
console.log(id)
this.nodeListOne = []
this.nodeListOne = JSON.parse(JSON.stringify(id.split(',')))
if (id.length > 0) {
this.nodeListOne = id.split(',')
}
this.drawerTitleOne = title
this.roleShowflagFEE = true
},
@@ -805,7 +805,9 @@ export default {
},
choiceDOCK(type, title, id) {
this.nodeList = [];
this.nodeList = JSON.parse(JSON.stringify(id.split(',')))
if (id.length > 0) {
this.nodeList = id.split(',')
}
this.drawerTitle = title;
this.modalshowflagDOCK = true;
},