no message
This commit is contained in:
@@ -87,9 +87,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
async _fabOrders () {
|
async _fabOrders () {
|
||||||
let arr = []
|
let res = await fabOrders(this.val1)
|
||||||
arr.push(this.val1)
|
|
||||||
let res = await fabOrders(arr)
|
|
||||||
this.dataList = [...res]
|
this.dataList = [...res]
|
||||||
},
|
},
|
||||||
selectChange (val) {
|
selectChange (val) {
|
||||||
|
|||||||
Reference in New Issue
Block a user