From a6522c8a910b27fae519147f9e17fd44f7bb623b Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 12 Nov 2024 15:02:58 +0800
Subject: [PATCH] 去除固件升级按钮

---
 src/views/device/components/devicePerShare.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/device/components/devicePerShare.vue b/src/views/device/components/devicePerShare.vue
index 0151ddd..3202655 100644
--- a/src/views/device/components/devicePerShare.vue
+++ b/src/views/device/components/devicePerShare.vue
@@ -179,6 +179,8 @@
         () => {
           this.initFlag = false;
           this.onLoad(this.page);
+          // 刷新机构树
+          this.getDeptTreeInfo();
           this.$message({
             type: 'success',
             message: '操作成功!',
@@ -218,6 +220,8 @@
           return remove(row.id);
         })
         .then(() => {
+          // 刷新机构树
+          this.getDeptTreeInfo();
           this.onLoad(this.page);
           this.$message({
             type: 'success',

--
Gitblit v1.9.3