pull/98/head
孙萌 2024-01-22 17:56:12 +08:00
parent a29f6ed515
commit 3c76aa6db3
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ export default {
this.inputData = res.data.data; this.inputData = res.data.data;
this.startList.forEach((el, index) => { this.startList.forEach((el, index) => {
this.inputData[el + 6] = this.countData10(this.inputData[el + 6]) this.inputData[el + 6] = this.countData10(this.inputData[el + 6])
this.inputData[el + 8] = this.countData10(this.inputData[el + 8]) this.inputData[el + 7] = this.countData10(this.inputData[el + 7])
this.inputData[el + 14] = this.countData10(this.inputData[el + 14]) this.inputData[el + 14] = this.countData10(this.inputData[el + 14])
}) })
this.getActive1() this.getActive1()