This commit is contained in:
2025-11-17 17:00:14 +08:00
parent a4eaf0d5cb
commit ef0e8e83e0
40 changed files with 10582 additions and 3381 deletions

View File

@@ -585,7 +585,7 @@
.then(res => {
if (res.code == 0) {
this.$message.success('Deleted successfully');
this.getDate()();
this.getDate();
} else {
this.$message.error(res.msg);
}