修改 外部标准化协会入会、参会流程 外部署名推荐审批流程 人员选择
This commit is contained in:
@@ -766,7 +766,9 @@ export default {
|
|||||||
// 流程阶段负责人选择
|
// 流程阶段负责人选择
|
||||||
choiceZRR(type, title, id) {
|
choiceZRR(type, title, id) {
|
||||||
this.nodeList = []
|
this.nodeList = []
|
||||||
this.nodeList = JSON.parse(JSON.stringify(id.split(',')))
|
if (id.length > 0) {
|
||||||
|
this.nodeList = id.split(',')
|
||||||
|
}
|
||||||
this.type = type
|
this.type = type
|
||||||
this.drawerTitle = title
|
this.drawerTitle = title
|
||||||
this.roleShowflag = true
|
this.roleShowflag = true
|
||||||
|
|||||||
@@ -708,9 +708,10 @@ export default {
|
|||||||
this.roleShowflagOne = true
|
this.roleShowflagOne = true
|
||||||
},
|
},
|
||||||
choiceZRRFEE(type, title, id) {
|
choiceZRRFEE(type, title, id) {
|
||||||
console.log(id)
|
|
||||||
this.nodeListOne = []
|
this.nodeListOne = []
|
||||||
this.nodeListOne = JSON.parse(JSON.stringify(id.split(',')))
|
if (id.length > 0) {
|
||||||
|
this.nodeListOne = id.split(',')
|
||||||
|
}
|
||||||
this.drawerTitleOne = title
|
this.drawerTitleOne = title
|
||||||
this.roleShowflagFEE = true
|
this.roleShowflagFEE = true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -805,7 +805,9 @@ export default {
|
|||||||
},
|
},
|
||||||
choiceDOCK(type, title, id) {
|
choiceDOCK(type, title, id) {
|
||||||
this.nodeList = [];
|
this.nodeList = [];
|
||||||
this.nodeList = JSON.parse(JSON.stringify(id.split(',')))
|
if (id.length > 0) {
|
||||||
|
this.nodeList = id.split(',')
|
||||||
|
}
|
||||||
this.drawerTitle = title;
|
this.drawerTitle = title;
|
||||||
this.modalshowflagDOCK = true;
|
this.modalshowflagDOCK = true;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user