人工组盘

This commit is contained in:
2024-02-20 09:04:43 +08:00
parent 2cb61060b9
commit 49925aff89
2 changed files with 4 additions and 7 deletions

View File

@@ -200,10 +200,10 @@
let arr = []
this.checkArr.map(el => {
if (el.checked) {
arr.push(el.group_id)
arr.push({group_id: el.group_id, vehicle_code: this.val1})
}
})
let res = await groupLink(arr.toString(), this.val1)
let res = await groupLink(arr)
this.disabled2 = false
this.checkArr = []
this.clearUp()