Commit 534e9667 authored by zhengke's avatar zhengke

修改

parent b9dc0cc0
...@@ -760,7 +760,6 @@ ...@@ -760,7 +760,6 @@
methods: { methods: {
getSchool() { getSchool() {
getSchoolPage(this.schoolMsg).then(res => { getSchoolPage(this.schoolMsg).then(res => {
console.log(res,'数据');
this.CompanyList=res.Data.PageData; this.CompanyList=res.Data.PageData;
}).catch(() => { }).catch(() => {
...@@ -1134,7 +1133,6 @@ ...@@ -1134,7 +1133,6 @@
} }
this.myAuditUserList1.push(obj) this.myAuditUserList1.push(obj)
}) })
console.log(this.myAuditUserList1,'this.myAuditUserList1');
}, },
addAuditUser() { // 抄送人 addAuditUser() { // 抄送人
...@@ -1149,9 +1147,17 @@ ...@@ -1149,9 +1147,17 @@
// }, err => {}) // }, err => {})
this.dialogTitle = this.$t('fnc.xzrenyuan'); this.dialogTitle = this.$t('fnc.xzrenyuan');
this.outerVisible2 = true; 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 => { queryEmployee({}).then(res => {
if(res.Code==1){ if(res.Code==1){
console.log(res,'数据');
this.userList=res.Data; this.userList=res.Data;
} }
}).catch(() => { }).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