同步清空、取值范围

This commit is contained in:
2025-06-24 16:39:10 +08:00
parent ba39f5ab54
commit ba77ea34ba
19 changed files with 77 additions and 10 deletions

View File

@@ -100,6 +100,7 @@
this.index = e
},
async _queryBoxIvt () {
this.dataList = []
try {
let res = await queryBoxIvt(this.val1, this.val2, this.val3)
this.dataList = [...res.data]