From d2570e317949a92d1938bd668cb8c62e1dab0c46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=89=E6=9D=A5=E6=8A=80=E6=9C=AF?= <1490493387@qq.com>
Date: Tue, 14 Dec 2021 00:03:38 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E8=8F=9C=E5=8D=95=E6=9D=83=E9=99=90CRUD?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/menu/components/Menu.vue | 3 +-
src/views/system/menu/components/Perm.vue | 89 ++++++++++++++++-------
2 files changed, 62 insertions(+), 30 deletions(-)
diff --git a/src/views/system/menu/components/Menu.vue b/src/views/system/menu/components/Menu.vue
index 05e892f8..3e9d082e 100644
--- a/src/views/system/menu/components/Menu.vue
+++ b/src/views/system/menu/components/Menu.vue
@@ -19,7 +19,7 @@
/>
- 搜索
+ 搜索
重置
@@ -268,7 +268,6 @@ function handleUpdate(row: any) {
}
const dataForm = ref(ElForm)
-
function submitForm() {
const form = unref(dataForm)
form.validate((valid: any) => {
diff --git a/src/views/system/menu/components/Perm.vue b/src/views/system/menu/components/Perm.vue
index 228d1adb..eb10bdb8 100644
--- a/src/views/system/menu/components/Perm.vue
+++ b/src/views/system/menu/components/Perm.vue
@@ -44,7 +44,7 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
{{ state.urlPerm.requestMethod }}:/{{ state.urlPerm.serviceName }}{{ state.urlPerm.requestPath }}
@@ -123,7 +126,7 @@
@@ -134,13 +137,15 @@