add呼叫物料

This commit is contained in:
蔡玲
2024-09-23 17:09:16 +08:00
parent 2bde1e46a8
commit 81643ba83a
9 changed files with 211 additions and 7 deletions

View File

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