diff --git a/src/views/material/purchase/goodsBind/component/bindTools.vue b/src/views/material/purchase/goodsBind/component/bindTools.vue index 547ee655..88b53ee7 100644 --- a/src/views/material/purchase/goodsBind/component/bindTools.vue +++ b/src/views/material/purchase/goodsBind/component/bindTools.vue @@ -190,7 +190,11 @@ - + @@ -262,7 +266,7 @@ @@ -472,6 +476,7 @@ export default { productDate: "", taskStatus: 3, }, + taskId: "", // 是否显示弹出层 open: false, rowData: {}, @@ -499,6 +504,7 @@ export default { this.handleCodeBinding = this.debounce(this.handleCodeBinding, 1000); }, mounted() { + this.taskId = this.queryTaskId; this.getCodeList(); }, methods: { @@ -780,6 +786,8 @@ export default { } this.getCodeList(); this.bindCodeVisible = false; + this.resetForm("queryFormBindRef"); + this.codeTableList = []; console.log(res, "编码结果--"); }, // 移除