refactor(工作台): 仪表盘显示问题

--user=郭雨琦
This commit is contained in:
guoyuqi 2022-07-26 15:20:19 +08:00 committed by xiaomeinvG
parent 91199d820d
commit 887ae72be2
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ export default {
if (hasLicense()) {
this.$post('/api/sync/case/batch', this.condition, response => {
this.batchSyncCaseVisible = false;
this.$message.success("success");
this.$message.success(this.$t('commons.save_success'));
this.initTable();
});
}