角色列表添加
This commit is contained in:
@@ -116,7 +116,7 @@ provide('tableStore', tableStore)
|
||||
|
||||
const addMenu = () => {
|
||||
console.log(popupRef)
|
||||
popupRef.value.open('新增菜单')
|
||||
popupRef.value.open('新增菜单',{})
|
||||
}
|
||||
const currentChange = (newValue: any) => {
|
||||
emits('select', newValue.row.id)
|
||||
|
||||
Reference in New Issue
Block a user