reactor:element-plus 移除 loading 的 fullscreen = true(默认就是 true)
This commit is contained in:
@@ -81,7 +81,6 @@ async function handleBrokerageEnabledChange(
|
||||
const text = row.brokerageEnabled ? '开通' : '关闭';
|
||||
const loadingInstance = ElLoading.service({
|
||||
text: `正在${text}"${row.nickname}"的推广资格...`,
|
||||
fullscreen: true,
|
||||
});
|
||||
try {
|
||||
await updateBrokerageEnabled({
|
||||
|
||||
Reference in New Issue
Block a user