出入库

This commit is contained in:
蔡玲
2024-11-04 10:09:29 +08:00
parent 8a29d58cbd
commit 98e1069b30
2 changed files with 3 additions and 3 deletions

View File

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