From 49b8231ce280cdd9d23b289c7bc4b13ce7df021d Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Thu, 20 Feb 2025 17:45:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/workplace/workplaceQueue.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/basic/workplace/workplaceQueue.vue b/src/views/basic/workplace/workplaceQueue.vue index e9dfa307..3a1ba707 100644 --- a/src/views/basic/workplace/workplaceQueue.vue +++ b/src/views/basic/workplace/workplaceQueue.vue @@ -501,6 +501,7 @@ export default { ] }, codeQuery: { + productBind: "1", scanCode: null, code: null, orderId: null, @@ -875,6 +876,7 @@ export default { onCodeReset() { this.codeQuery = { orderIdFk: null, + productBind: "1", scanCode: null, code: null, orderId: null,