fix: 修复$CONSTANTS报错问题
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user