reactor:element-plus 移除 loading 的 fullscreen = true(默认就是 true)
This commit is contained in:
@@ -66,7 +66,6 @@ function onEdit(row: SystemTenantApi.Tenant) {
|
||||
async function onDelete(row: SystemTenantApi.Tenant) {
|
||||
const loadingInstance = ElLoading.service({
|
||||
text: $t('ui.actionMessage.deleting', [row.name]),
|
||||
fullscreen: true,
|
||||
});
|
||||
try {
|
||||
await deleteTenant(row.id as number);
|
||||
|
||||
Reference in New Issue
Block a user