feat bug修复

This commit is contained in:
Ironsp
2026-06-30 16:54:39 +08:00
parent c76102bf96
commit 04ca12b873
2 changed files with 1 additions and 5 deletions

View File

@@ -5,10 +5,6 @@
"ComputedRef": true, "ComputedRef": true,
"DirectiveBinding": true, "DirectiveBinding": true,
"EffectScope": true, "EffectScope": true,
"ElLoading": true,
"ElMessage": true,
"ElMessageBox": true,
"ElNotification": true,
"ExtractDefaultPropTypes": true, "ExtractDefaultPropTypes": true,
"ExtractPropTypes": true, "ExtractPropTypes": true,
"ExtractPublicPropTypes": true, "ExtractPublicPropTypes": true,

View File

@@ -91,7 +91,7 @@ const save = async () => {
}) })
.catch((err) => { .catch((err) => {
console.error('保存失败', err); console.error('保存失败', err);
ElMessage.error('保存失败'); // ElMessage.error('保存失败');
}); });
}; };