提交 1e9cdcd5 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

为菜单添加默认值

上级 90266884
......@@ -318,7 +318,7 @@ const form = ref({
ID: 0,
path: '',
name: '',
hidden: '',
hidden: false,
parentId: '',
component: '',
meta: {
......@@ -376,14 +376,15 @@ const initForm = () => {
ID: 0,
path: '',
name: '',
hidden: '',
hidden: false,
parentId: '',
component: '',
meta: {
title: '',
icon: '',
defaultMenu: false,
keepAlive: ''
closeTab: false,
keepAlive: false
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册