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() }