数据修改

This commit is contained in:
蔡玲
2024-11-15 10:41:56 +08:00
parent d17bd61a54
commit 4fbdc0d23d
5 changed files with 37 additions and 25 deletions

View File

@@ -507,7 +507,8 @@
return
}
try {
let res = await easOutInBillUpdate(this.crType, this.checkData)
let str = this.checkData.join(',')
let res = await easOutInBillUpdate(this.crType, str)
if (res.code === 1) {
this.disabled1 = false
this.checkData = []