From 6317d3b3cf91bad379cf72ee0bd8a595b8e24e77 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期三, 06 十二月 2023 16:41:20 +0800 Subject: [PATCH] modified: src/views/warehouse/pallettransports/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