修改了标准入库流程--选择人员信息页面
This commit is contained in:
@@ -1528,10 +1528,16 @@
|
|||||||
this.zrUserIds = nameList
|
this.zrUserIds = nameList
|
||||||
},
|
},
|
||||||
checkedRole (data) {
|
checkedRole (data) {
|
||||||
if (this.userType === 'jlUserId') {
|
if (this.userType === 'jlUserId') {
|
||||||
this.roleForm.jlUserId = data.id
|
this.roleForm.jlUserId = data[0].id
|
||||||
this.roleForm.jlUserName = data.name
|
this.roleForm.jlUserName = data[0].name
|
||||||
}
|
}else if(this.userType === 'zrUserId'){
|
||||||
|
this.roleForm.zrUserId=data[0].id;
|
||||||
|
this.roleForm.zrUserName=data[0].name;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
// z责任人会签姓名搜索
|
// z责任人会签姓名搜索
|
||||||
filterNode(value, data) {
|
filterNode(value, data) {
|
||||||
@@ -1834,6 +1840,7 @@
|
|||||||
},
|
},
|
||||||
getTree () {
|
getTree () {
|
||||||
this.$http.get('SarInstitution/institution/institutionAndUser', {}, {}, res=> {
|
this.$http.get('SarInstitution/institution/institutionAndUser', {}, {}, res=> {
|
||||||
|
|
||||||
this.treeData = res.data
|
this.treeData = res.data
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user