|
|
@ -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) { |
|
|
|