no message

This commit is contained in:
蔡玲
2024-11-01 13:15:48 +08:00
parent 679e350f52
commit 30b9fa4b96

View File

@@ -87,9 +87,7 @@
})
},
async _fabOrders () {
let arr = []
arr.push(this.val1)
let res = await fabOrders(arr)
let res = await fabOrders(this.val1)
this.dataList = [...res]
},
selectChange (val) {