refactor:代码回退
This commit is contained in:
parent
a83bb70553
commit
d9071fdc52
@ -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">
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user