From 93dda3d2ed5d6f592f768b3fe58f4182ebb5746b Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期三, 10 九月 2025 18:43:38 +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