fix:修复拖动节点 频繁调用接口的问题

This commit is contained in:
zhangyu
2021-04-28 19:26:49 +08:00
parent cc5e4fb7fd
commit d262a18b86
2 changed files with 21 additions and 5 deletions

View File

@@ -54,6 +54,7 @@
:styleType="2"
:metricOptionsParent="metricOptions"
@change="expressionChange"
:from-father-data="true"
@removeExpression="removeExpression"
></promql-input>
<el-row>
@@ -1128,7 +1129,7 @@ export default {
})
},
mounted () {
this.queryMetrics()
// this.queryMetrics()
// this.topologyData.data.grid= !!dataOption.grid;
// this.topologyData.data.rule= !!dataOption.rule;
// this.topologyData.data.projectInfo= !!dataOption.projectInfo;