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

pull/89/MERGE
小诺 2 years ago committed by 俞宝山
parent b51180bfbf
commit 0b0d7e7cfd

@ -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 = [

Loading…
Cancel
Save