From 3475c9f2e77656f3e253d8e53e3bdf27b3162c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Fri, 25 Oct 2024 15:48:08 +0800 Subject: [PATCH] no message --- pages/management/in-storage_new.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/management/in-storage_new.vue b/pages/management/in-storage_new.vue index 407c223..6ce0c0e 100644 --- a/pages/management/in-storage_new.vue +++ b/pages/management/in-storage_new.vue @@ -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() }