This commit is contained in:
2025-06-12 13:09:12 +08:00
parent 7769af8522
commit facb9e5928
31 changed files with 63 additions and 1 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]