修复错误
This commit is contained in:
parent
85747dc9a1
commit
f1040fcf40
@ -399,9 +399,9 @@ export default {
|
|||||||
// console.log("change")
|
// console.log("change")
|
||||||
staffListWithDepart(this.giveOutQueryParams).then(response => {
|
staffListWithDepart(this.giveOutQueryParams).then(response => {
|
||||||
this.staffData = response.data;
|
this.staffData = response.data;
|
||||||
for (let i = 0; i < this.staffData.length; i++) {
|
// for (let i = 0; i < this.staffData.length; i++) {
|
||||||
this.staffData[i].giveOutFlag = true;
|
// this.staffData[i].giveOutFlag = true;
|
||||||
}
|
// }
|
||||||
console.log(this.staffData);
|
console.log(this.staffData);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user