fix: 🐛 eslint 报错问题修复
Former-commit-id: f97fd0d877d15983a46e1eea254d7129703567ea
This commit is contained in:
@@ -93,7 +93,7 @@ function onRowClick(row: MenuVO) {
|
||||
function openDialog(parentId?: number, menuId?: number) {
|
||||
listMenuOptions()
|
||||
.then(({ data }) => {
|
||||
menuOptions.value = [{ value: 0, label: "顶级菜单", children: data }];
|
||||
menuOptions.value = [{ value: "0", label: "顶级菜单", children: data }];
|
||||
})
|
||||
.then(() => {
|
||||
dialog.visible = true;
|
||||
|
||||
Reference in New Issue
Block a user