fix:修改查询chart模板 参数不正确的问题
This commit is contained in:
@@ -274,7 +274,7 @@ export default {
|
||||
// dc, brand, model, type
|
||||
},
|
||||
getChartTempData () {
|
||||
this.$get('visual/panel/chart', { pageSize: -1, panelId: 0, returnChildren: 0, varType: this.editChartTemp.varType }).then(response => {
|
||||
this.$get('visual/panel/chart', { pageSize: -1, panelId: 0, returnChildren: 0, varType: this.editChartTemp.varType, groupId: 0 }).then(response => {
|
||||
if (response.code === 200) {
|
||||
this.chartTempArr = response.data.list
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user