fix:修改查询chart模板 参数不正确的问题
This commit is contained in:
@@ -90,7 +90,8 @@
|
||||
:data="'visual/panel/chart'"
|
||||
:tb-columns="ChartSearchShowFields"
|
||||
:params="{
|
||||
varType: 2, panelId: 0
|
||||
varType: 2, panelId: 0,
|
||||
returnChildren:0,groupId:0,
|
||||
}"
|
||||
:multiple="true"
|
||||
:language="language"
|
||||
@@ -671,7 +672,7 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
this.getWalkData()
|
||||
this.ChartTemplateList()
|
||||
// this.ChartTemplateList()
|
||||
},
|
||||
created () {
|
||||
this.getProjectList()
|
||||
|
||||
Reference in New Issue
Block a user