fix: error message

This commit is contained in:
Fine 2023-02-10 20:47:53 +08:00
parent 9c1333c69e
commit 57f5730aa2

View File

@ -432,7 +432,6 @@ export const dashboardStore = defineStore({
return res.data; return res.data;
} }
if (!json.status) { if (!json.status) {
ElMessage.error(json.message);
return json; return json;
} }
if (!this.currentDashboard.id) { if (!this.currentDashboard.id) {