fix: 修复$CONSTANTS报错问题

This commit is contained in:
陈劲松
2020-12-16 15:39:29 +08:00
committed by chenjinsong
parent d28df4fdc7
commit fc24385b1c
3 changed files with 8 additions and 8 deletions

View File

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