From 6df50fe2f94dc9059445b24e65ff53967a5c57d7 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期二, 09 九月 2025 15:57:45 +0800 Subject: [PATCH] 增加手动发起流程刷新页面 --- src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue b/src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue index 6b1496a..a887909 100644 --- a/src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue +++ b/src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue @@ -211,6 +211,7 @@ .then(res => { if (res.success) { this.$message.success('娴佺▼鍙戣捣鎴愬姛') + this.loadData() } else { that.$notification.error({ message: '娑堟伅', @@ -226,6 +227,7 @@ }) .finally(() => { that.$destroyAll() + this.loadData() }) }, onCancel: () => { -- Gitblit v1.9.3