代码优化
This commit is contained in:
parent
b16749202c
commit
f40a8a5119
|
|
@ -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) {
|
||||
|
|
|
|||
Reference in New Issue