修改 外部标准化协会参会 入会流程 人员选择多选,修改
This commit is contained in:
@@ -773,7 +773,7 @@ export default {
|
||||
},
|
||||
choiceFEE(type, title, id) {
|
||||
this.nodeList = []
|
||||
this.nodeList.push(id)
|
||||
this.nodeList = JSON.parse(JSON.stringify(id.split(',')))
|
||||
this.drawerTitle = title
|
||||
this.roleShowflagFEE = true
|
||||
},
|
||||
|
||||
@@ -666,7 +666,7 @@ export default {
|
||||
// 流程阶段负责人选择
|
||||
choiceZRR(type, title, id) {
|
||||
this.nodeList = []
|
||||
this.nodeList.push(id)
|
||||
this.nodeList = JSON.parse(JSON.stringify(id.split(',')))
|
||||
this.type = type
|
||||
this.drawerTitle = title
|
||||
this.roleShowflag = true
|
||||
|
||||
Reference in New Issue
Block a user