From 31c8917d86134ec2ae388efea22594da4e4de57a Mon Sep 17 00:00:00 2001
From: jjLv <1981429112@qq.com>
Date: Fri, 15 Nov 2024 16:43:33 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9Abug=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../purchase/goodsBind/component/bindTools.vue | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
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, "编码结果--");
},
// 移除