pc-master #98

Merged
xiaomeng merged 2 commits from pc-master into portal 2024-01-22 09:58:26 +00:00
Showing only changes of commit 3c76aa6db3 - Show all commits

View File

@ -301,7 +301,7 @@ export default {
this.inputData = res.data.data;
this.startList.forEach((el, index) => {
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.getActive1()