This commit is contained in:
2025-02-18 11:52:24 +08:00
parent a7c677b444
commit 7e0b342758
10 changed files with 53 additions and 21 deletions

View File

@@ -1676,10 +1676,12 @@ export default {
this.getScoreData();
loading.close();
} else {
loading.close();
this.$message.error(res.msg);
}
})
.catch((err) => {
loading.close();
this.$message.error(err);
});