From f40a8a51194e85d565cc5777e7d470d30175bd6f Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 19 Aug 2024 16:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehouseManage/warehousing/newTools/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/warehouseManage/warehousing/newTools/index.vue b/src/views/warehouseManage/warehousing/newTools/index.vue index b8dc221..81dee83 100644 --- a/src/views/warehouseManage/warehousing/newTools/index.vue +++ b/src/views/warehouseManage/warehousing/newTools/index.vue @@ -745,7 +745,7 @@ export default { this.$message.error('请勾选需要入库的数据!') return } - this.passLoading = true + this.ids.forEach((item) => { item.taskId = this.query.taskId item.typeId = item.typeId @@ -756,8 +756,9 @@ export default { let param = { taskId: this.query.taskId, checkResult: '1', - inputRecordList: deviceList, + inputRecordList: this.ids, } + this.passLoading = true changePutinStatus(param) .then((response) => { if (response.code == 200) {