fix:修复拖动节点 频繁调用接口的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user