菜单管理是否显示菜单默认为是

This commit is contained in:
aixianling
2024-06-25 09:05:38 +08:00
parent f2a513bd0e
commit f7976b6022

View File

@@ -163,7 +163,7 @@ export default {
}, },
addMenu(row) { addMenu(row) {
this.dialog = true this.dialog = true
this.form = {parentId: row.id} this.form = {parentId: row.id, status: 1}
this.selected = row this.selected = row
}, },
handleEdit(row) { handleEdit(row) {