NEZ-3190 fix:endpoint config 同步成功未刷新页面

This commit is contained in:
zhangyu
2023-09-08 17:49:10 +08:00
parent 30bf3d7c36
commit aa0023a3c6
3 changed files with 3 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ export default {
if (res.code === 200) {
this.dialogVisible = false
this.$message.success(this.$t('tip.syncSuccess'))
this.$emit('getTableData')
} else {
this.$message.error(res.msg)
}