From 98293bc9d6d3e3ddb3294104d7f416dc08620ea2 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 28 Mar 2025 15:58:16 +0800 Subject: [PATCH] =?UTF-8?q?bug=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/platform/sys/unit/unitMange.html | 136 +----------------- 1 file changed, 5 insertions(+), 131 deletions(-) diff --git a/src/main/resources/views/platform/sys/unit/unitMange.html b/src/main/resources/views/platform/sys/unit/unitMange.html index 06b1032..42510f9 100644 --- a/src/main/resources/views/platform/sys/unit/unitMange.html +++ b/src/main/resources/views/platform/sys/unit/unitMange.html @@ -221,96 +221,6 @@ layout("/layouts/platform.html"){
- -
- - - - - - -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- + @@ -503,7 +413,7 @@ layout("/layouts/platform.html"){
-
+
{ - sublime.closeLoadingbar();//关闭loading - this.tabLoading = false - if (data.code == 0) { - this.table2Data = data.data.list; - this.page2Form.totalCount = data.data.totalCount; - } else { - this.$message({ - message: data.msg, - type: 'error' - }); - } - }, "json"); - }, async loadTree(flush) { this.treeLoading = true const {code, data, msg} = await $.get("/platform/sys/unit/getUnitTreeData")