fix: 一系列bug修复

This commit is contained in:
陈劲松
2020-12-16 11:26:51 +08:00
committed by chenjinsong
parent 6966e3a01d
commit dc54e26193
14 changed files with 47 additions and 27 deletions

View File

@@ -85,7 +85,7 @@
this.$emit('update:targetTab', tab);
},
afterResize() {
if (this.from == 'endpoint' && this.targetTab == 'endpointQuery') {
if (this.from == $CONSTANTS.fromRoute.endpoint && this.targetTab == 'endpointQuery') {
this.$refs.endpointQuery.tableReload();
}
}