no message

This commit is contained in:
蔡玲
2024-10-25 15:48:08 +08:00
parent 7937779ea0
commit 3475c9f2e7

View File

@@ -460,7 +460,7 @@
// 库存提交-确认接口
async _inWarehouseCommit () {
try {
let res = await inWarehouseCommit(this.subCheckData, , this.crType)
let res = await inWarehouseCommit(this.subCheckData, this.crType)
if (res.code === 1) {
this._easOutInBillPage()
}