feat bug修复
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
"ComputedRef": true,
|
||||
"DirectiveBinding": true,
|
||||
"EffectScope": true,
|
||||
"ElLoading": true,
|
||||
"ElMessage": true,
|
||||
"ElMessageBox": true,
|
||||
"ElNotification": true,
|
||||
"ExtractDefaultPropTypes": true,
|
||||
"ExtractPropTypes": true,
|
||||
"ExtractPublicPropTypes": true,
|
||||
|
||||
@@ -91,7 +91,7 @@ const save = async () => {
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error('保存失败', err);
|
||||
ElMessage.error('保存失败');
|
||||
// ElMessage.error('保存失败');
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user