refactor:代码回退

This commit is contained in:
wangjiahao 2021-10-28 18:36:05 +08:00
parent a83bb70553
commit d9071fdc52
2 changed files with 7 additions and 6 deletions

View File

@ -86,12 +86,7 @@
and panel_group.level = #{level}
</if>
</where>
<if test="sort != null">
order by ${sort}
</if>
<if test="sort == null">
order by panel_group.name asc,panel_group.create_time desc
</if>
order by panel_group.name asc,panel_group.create_time desc
</select>
<select id="panelGroupList" resultMap="BaseResultMapDTO">

View File

@ -227,6 +227,12 @@ export default {
}
return
}
const linkageParam = {
option: 'linkage',
viewId: this.chart.id,
dimensionList: this.pointParam.data.dimensionList,
quotaList: this.pointParam.data.quotaList
}
const jumpParam = {
option: 'jump',
viewId: this.chart.id,