Commit 534e9667 authored by zhengke's avatar zhengke

修改

parent b9dc0cc0
......@@ -760,7 +760,6 @@
methods: {
getSchool() {
getSchoolPage(this.schoolMsg).then(res => {
console.log(res,'数据');
this.CompanyList=res.Data.PageData;
}).catch(() => {
......@@ -1134,7 +1133,6 @@
}
this.myAuditUserList1.push(obj)
})
console.log(this.myAuditUserList1,'this.myAuditUserList1');
},
addAuditUser() { // 抄送人
......@@ -1149,9 +1147,17 @@
// }, err => {})
this.dialogTitle = this.$t('fnc.xzrenyuan');
this.outerVisible2 = true;
var arr=[];
if(this.myAuditUserList1.length>0){
this.myAuditUserList1.forEach(x=>{
arr.push(x.EmployeeId);
})
if(this.$refs.treeUser){
this.$refs.treeUser.setCheckedKeys(arr);
}
}
queryEmployee({}).then(res => {
if(res.Code==1){
console.log(res,'数据');
this.userList=res.Data;
}
}).catch(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment