提交 d9071fdc authored 作者: wangjiahao's avatar wangjiahao

refactor:代码回退

上级 a83bb705
...@@ -86,12 +86,7 @@ ...@@ -86,12 +86,7 @@
and panel_group.level = #{level} and panel_group.level = #{level}
</if> </if>
</where> </where>
<if test="sort != null"> order by panel_group.name asc,panel_group.create_time desc
order by ${sort}
</if>
<if test="sort == null">
order by panel_group.name asc,panel_group.create_time desc
</if>
</select> </select>
<select id="panelGroupList" resultMap="BaseResultMapDTO"> <select id="panelGroupList" resultMap="BaseResultMapDTO">
......
...@@ -227,6 +227,12 @@ export default { ...@@ -227,6 +227,12 @@ export default {
} }
return return
} }
const linkageParam = {
option: 'linkage',
viewId: this.chart.id,
dimensionList: this.pointParam.data.dimensionList,
quotaList: this.pointParam.data.quotaList
}
const jumpParam = { const jumpParam = {
option: 'jump', option: 'jump',
viewId: this.chart.id, viewId: this.chart.id,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论