Commit ba207b38 authored by jingnan's avatar jingnan 👀

打包报错修改

parent 45727f17
...@@ -154,6 +154,7 @@ export default { ...@@ -154,6 +154,7 @@ export default {
isTkdBack++ isTkdBack++
} }
}) })
let params = []
if (isTkdBack === 0) { if (isTkdBack === 0) {
// 退库单退库选人 // 退库单退库选人
this.dialogVisible = false this.dialogVisible = false
...@@ -167,7 +168,7 @@ export default { ...@@ -167,7 +168,7 @@ export default {
this.setPersonVisible = true this.setPersonVisible = true
} else if (isMatchBack === this.selectionRows.length) { } else if (isMatchBack === this.selectionRows.length) {
if (this.selectionRows && this.selectionRows.length) { if (this.selectionRows && this.selectionRows.length) {
const params = this.selectionRows.map(item => { params = this.selectionRows.map(item => {
return { return {
processTaskId: item.processTaskId, processTaskId: item.processTaskId,
aoName: item.inventoryReq.aoNo aoName: item.inventoryReq.aoNo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment