数据修改
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user