fix: 页面字段/接口调整
This commit is contained in:
@@ -58,9 +58,7 @@ function fnEdit(v: boolean) {
|
||||
|
||||
onMounted(() => {
|
||||
listMenu(toRaw({ status: 1 })).then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS && Array.isArray(res.data)) {
|
||||
// 过滤旧前端菜单以及不是菜单类型以及路径为空
|
||||
res.data = res.data.filter(i => i.perms !== 'page' && i.menuType !== 'B');
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
state.options = parseDataToTree(res.data, 'menuId');
|
||||
const setDisabledAndComponent = (item:any) => {
|
||||
if (!item.component) {
|
||||
|
||||
Reference in New Issue
Block a user