From 8c6f874024ead115685280e7a9a3d4a4e40c56c4 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 05 十二月 2023 17:21:24 +0800 Subject: [PATCH] modified: src/api/quality/rawMaterial.js modified: src/views/quality/rawMaterial/index.vue --- src/views/product/workbench/feed-pane.vue | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/views/product/workbench/feed-pane.vue b/src/views/product/workbench/feed-pane.vue index 3649b20..0b41376 100644 --- a/src/views/product/workbench/feed-pane.vue +++ b/src/views/product/workbench/feed-pane.vue @@ -2224,6 +2224,14 @@ } }, watch: { + showFeedForm:{ + handler(newVal,oldVal){ + if(!newVal){ + this.$refs.stockTable.toggleAllSelection(false) + } + }, + deep: true + }, workstationId() { this.$nextTick(() => { if (this.currItem != null && this.currItem === 'feed') { -- Gitblit v1.9.3