Browse Source

8.22

master
fengdong777 2 years ago
parent
commit
27c1ef6849
  1. 6
      supervise-crm-ui/src/views/projectStaff/index.vue

6
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<vals.length;i++){
this.uploadData.users.push(vals[i].sid)
}
console.log(this.uploadData);
req.userprojectSave(this.uploadData).then(res=>{
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) {

Loading…
Cancel
Save