Fixed: Account

This commit is contained in:
zhaojisen
2025-03-14 18:21:41 +08:00
committed by ZhaoJiSen
parent 52ef1daa25
commit 6e8b9b4df8

View File

@@ -235,7 +235,7 @@ export function getDefaultConfig(vm) {
divided: true,
can: ({ row }) => !vm.$store.getters.currentOrgIsRoot,
callback: ({ row }) => {
vm.asset.id = row.id
vm.asset = row
vm.showAddDialog = true
}
},