fix:编辑查看交接记录时人员显示

This commit is contained in:
shijing 2025-06-23 16:43:09 +08:00
parent b505568d64
commit 023abaff33
1 changed files with 17 additions and 19 deletions

View File

@ -698,9 +698,9 @@ export default {
let that = this;
this.totalCount = data.count?data.count:data.handoverb.count;
Object.assign(this.form, data);
if(data.type==30){
this.getUserList3();
}else{
this.$API.system.user.list.req({ depts: data.send_dept, page: 0 }).then((res) => {
that.userList = res;
});
this.$API.system.user.list.req({ depts: data.recive_dept, page: 0 }).then((res) => {
that.userList2 = res;
});
@ -715,8 +715,6 @@ export default {
that.userList2.push(obj);
}
},500)
}
if(data.new_batch!==''&&data.new_batch!==undefined&&data.new_batch!==null){
this.change_batch = true;
}