角色列表添加

This commit is contained in:
仲么了
2024-01-19 14:08:07 +08:00
parent 343bda8c70
commit 9b75f5b38c
19 changed files with 515 additions and 378 deletions

View File

@@ -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)