【优化】优化前端菜单管理界面查询

pull/89/MERGE
小诺 2023-03-11 23:46:20 +08:00 committed by 俞宝山
parent b51180bfbf
commit 0b0d7e7cfd
1 changed files with 1 additions and 7 deletions

View File

@ -203,20 +203,15 @@
}) })
} }
} }
// //
const moduleClock = (value) => { const moduleClock = (value) => {
searchFormState.module = value searchFormState.module = value
table.value.refresh(true) table.value.refresh(true)
} }
// //
const onSearch = () => { const onSearch = () => {
if (searchFormState.searchKey) {
table.value.refresh(true) table.value.refresh(true)
} }
}
/* const removeEmptyChildren = (data) => { /* const removeEmptyChildren = (data) => {
if (data == null || data.length === 0) return; if (data == null || data.length === 0) return;
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
@ -229,7 +224,6 @@
} }
return data; return data;
};*/ };*/
// //
const deleteMenu = (record) => { const deleteMenu = (record) => {
let params = [ let params = [