From 91e15417b6eb611f4c62fb791415492584590b57 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 14 十二月 2023 09:45:21 +0800 Subject: [PATCH] 修改 --- src/views/warehouse/changestock/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/warehouse/changestock/index.vue b/src/views/warehouse/changestock/index.vue index 55d21d8..29b448d 100644 --- a/src/views/warehouse/changestock/index.vue +++ b/src/views/warehouse/changestock/index.vue @@ -543,7 +543,6 @@ for (let i = 0; i < this.dataForm.dataList.length; i++) { this.dataForm.dataList[i].synIfs = true } - console.log(this.dataForm.dataList) checkWdr(this.dataForm.dataList).then((res1) => { addStockNumber(this.dataForm.dataList).then((res) => { this.$message.success('鍏ュ簱鎴愬姛') -- Gitblit v1.9.3