parent
91199d820d
commit
887ae72be2
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue