Commit ba207b38 authored by jingnan's avatar jingnan 👀

打包报错修改

parent 45727f17
......@@ -154,6 +154,7 @@ export default {
isTkdBack++
}
})
let params = []
if (isTkdBack === 0) {
// 退库单退库选人
this.dialogVisible = false
......@@ -167,7 +168,7 @@ export default {
this.setPersonVisible = true
} else if (isMatchBack === this.selectionRows.length) {
if (this.selectionRows && this.selectionRows.length) {
const params = this.selectionRows.map(item => {
params = this.selectionRows.map(item => {
return {
processTaskId: item.processTaskId,
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