Commit 1a106d4e by caoyanzhi

新建菜单添加appType

parent 7004964b
......@@ -295,6 +295,7 @@ export default {
if (!isSubMenu && menuId) {
editMenu(params).then(succ.bind(this, '保存成功!')).finally(() => this.editMenu.loading = false);
} else {
params.appType = this.appType;
// 新建节点、新建子节点
addMenu(params).then(succ.bind(this, '新建成功!')).finally(() => this.editMenu.loading = false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment