From 27c1ef6849a4ef46f511d0b701b6e8d7ce733b4e Mon Sep 17 00:00:00 2001 From: fengdong777 <1478994744@qq.com> Date: Tue, 22 Aug 2023 09:03:52 +0800 Subject: [PATCH] 8.22 --- supervise-crm-ui/src/views/projectStaff/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/supervise-crm-ui/src/views/projectStaff/index.vue b/supervise-crm-ui/src/views/projectStaff/index.vue index ed13d396..682a0e14 100644 --- a/supervise-crm-ui/src/views/projectStaff/index.vue +++ b/supervise-crm-ui/src/views/projectStaff/index.vue @@ -191,8 +191,8 @@ this.projectList.bankName=this.checkList[0].bankName req.getUserProjectBySid(row.sid).then(res=>{ - this.DataLists=res.data.Users - this.usersList=res.data.bankusers + this.DataLists=res.data.users + this.usersList=res.data.bankUsers this.estimate() }) }, @@ -231,7 +231,6 @@ for(let i=0;i{ if (res.success) { this.$message({ @@ -255,6 +254,7 @@ this.$refs.multipleTable.clearSelection(); this.$refs.multipleTables.clearSelection(); const { dataListOne,dataListTwo, DataLists,usersList } = this + console.log(this.usersList); DataLists.forEach(key => { dataListOne.forEach(row => { if (row.sid == key.userSid) {