This commit is contained in:
Vergil
2020-02-19 14:33:24 +08:00
parent 6510d0b2ab
commit e3f9dcaa1d
4 changed files with 27 additions and 6 deletions

View File

@@ -122,7 +122,6 @@ export default {
},
searchChart() {
searchChart().then(response => {
console.log(response, 11)
for (let i = 0; i < response.data.length; i++) {
this.dataX.push(response.data[i].姓名)
this.partsNum.push(response.data[i].零件数量)