reactor:element-plus 移除 loading 的 fullscreen = true(默认就是 true)
This commit is contained in:
@@ -59,7 +59,6 @@ async function handleClose(row: MallPointActivityApi.PointActivity) {
|
||||
async function handleDelete(row: MallPointActivityApi.PointActivity) {
|
||||
const loadingInstance = ElLoading.service({
|
||||
text: $t('ui.actionMessage.deleting', [row.spuName]),
|
||||
fullscreen: true,
|
||||
});
|
||||
try {
|
||||
await deletePointActivity(row.id);
|
||||
|
||||
Reference in New Issue
Block a user