parent
3c86b14de3
commit
8cd604dc6b
|
@ -1072,7 +1072,7 @@ export default {
|
||||||
if (hasLicense()) {
|
if (hasLicense()) {
|
||||||
this.$post('/api/sync/case/batch', this.condition, response => {
|
this.$post('/api/sync/case/batch', this.condition, response => {
|
||||||
this.batchSyncCaseVisible = false;
|
this.batchSyncCaseVisible = false;
|
||||||
this.$message.success("success");
|
this.$message.success(this.$t('commons.save_success'));
|
||||||
this.initTable();
|
this.initTable();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue