From 0f1608459970a472a36ebc1ccc7ec9cc1c30bc1c Mon Sep 17 00:00:00 2001
From: lius <Lius2225@163.com>
Date: 星期一, 14 八月 2023 11:07:03 +0800
Subject: [PATCH] 用户管理列表显示调整

---
 src/views/mdc/common/BaseTree.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/mdc/common/BaseTree.vue b/src/views/mdc/common/BaseTree.vue
index 4582463..0aab780 100644
--- a/src/views/mdc/common/BaseTree.vue
+++ b/src/views/mdc/common/BaseTree.vue
@@ -255,7 +255,11 @@
         }
         let ids = entity.id
         if (!ids) {
-          this.$message.warning('璇烽�夋嫨涓�鏉¤褰曪紒')
+          // this.$message.warning('璇烽�夋嫨涓�鏉¤褰曪紒')
+          this.$notification.warning({
+            message:'娑堟伅',
+            description:"璇烽�夋嫨涓�鏉¤褰�"
+          });
           return
         } else {
           var that = this

--
Gitblit v1.9.3