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) {