From 0b0d7e7cfdc4a7f54ea7e9961b3cc8992b19e64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Sat, 11 Mar 2023 23:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=89=8D=E7=AB=AF=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/views/sys/resource/menu/index.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/snowy-admin-web/src/views/sys/resource/menu/index.vue b/snowy-admin-web/src/views/sys/resource/menu/index.vue index d6286fba..6670375a 100644 --- a/snowy-admin-web/src/views/sys/resource/menu/index.vue +++ b/snowy-admin-web/src/views/sys/resource/menu/index.vue @@ -203,20 +203,15 @@ }) } } - // 切换应用标签查询菜单列表 const moduleClock = (value) => { searchFormState.module = value table.value.refresh(true) } - // 查询 const onSearch = () => { - if (searchFormState.searchKey) { - table.value.refresh(true) - } + table.value.refresh(true) } - /* const removeEmptyChildren = (data) => { if (data == null || data.length === 0) return; for (let i = 0; i < data.length; i++) { @@ -229,7 +224,6 @@ } return data; };*/ - // 删除 const deleteMenu = (record) => { let params = [