reactor:element-plus 移除 loading 的 fullscreen = true(默认就是 true)
This commit is contained in:
@@ -49,7 +49,6 @@ function handleDecorate(row: MallDiyPageApi.DiyPage) {
|
||||
async function handleDelete(row: MallDiyPageApi.DiyPage) {
|
||||
const loadingInstance = ElLoading.service({
|
||||
text: $t('ui.actionMessage.deleting', [row.name]),
|
||||
fullscreen: true,
|
||||
});
|
||||
try {
|
||||
await deleteDiyPage(row.id as number);
|
||||
|
||||
@@ -62,7 +62,6 @@ async function handleUse(row: MallDiyTemplateApi.DiyTemplate) {
|
||||
async function handleDelete(row: MallDiyTemplateApi.DiyTemplate) {
|
||||
const loadingInstance = ElLoading.service({
|
||||
text: $t('ui.actionMessage.deleting', [row.name]),
|
||||
fullscreen: true,
|
||||
});
|
||||
try {
|
||||
await deleteDiyTemplate(row.id as number);
|
||||
|
||||
Reference in New Issue
Block a user