修复错误

This commit is contained in:
ryoeiken 2020-12-21 17:43:03 +08:00
parent 85747dc9a1
commit f1040fcf40

View File

@ -399,9 +399,9 @@ export default {
// console.log("change")
staffListWithDepart(this.giveOutQueryParams).then(response => {
this.staffData = response.data;
for (let i = 0; i < this.staffData.length; i++) {
this.staffData[i].giveOutFlag = true;
}
// for (let i = 0; i < this.staffData.length; i++) {
// this.staffData[i].giveOutFlag = true;
// }
console.log(this.staffData);
})
},