From a9f63dde29f7be8c8aecc7b96dbdf3db39ddbc59 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 23 Jul 2026 15:24:40 +0800 Subject: [PATCH] =?UTF-8?q?2026-07-23=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/inboundNotification.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue index 1182e1e..ce75602 100644 --- a/src/views/modules/qc/inboundNotification.vue +++ b/src/views/modules/qc/inboundNotification.vue @@ -1490,6 +1490,7 @@ // 设置选中行 this.$refs.inboundTable.setCurrentRow(this.dataList[0]) this.inboundClickRow(this.dataList[0]) + this.refreshCurrentTabTable() } else { this.currentRow = {} this.refreshCurrentTabTable()