From 06997ad92d77b7dd8a002df16b5b0cadc528d5f5 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 24 八月 2023 15:28:52 +0800
Subject: [PATCH] 111

---
 web_standard/src/views/system/menu.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web_standard/src/views/system/menu.vue b/web_standard/src/views/system/menu.vue
index 5faf122..3d335db 100644
--- a/web_standard/src/views/system/menu.vue
+++ b/web_standard/src/views/system/menu.vue
@@ -84,7 +84,7 @@
     handlePageChange () {
       const formData = new FormData()
       formData.append('type', 1)
-      formData.append('moduleId', 1)
+      // formData.append('moduleId', 1)
       this.isWorking.search = true
       fetchTree(formData)
         .then(records => {

--
Gitblit v1.9.3