Merge pull request #1046 from dataease/pr@dev@refactor_panel-edit

refactor:代码回退
This commit is contained in:
王嘉豪 2021-10-28 18:37:01 +08:00 committed by GitHub
commit ae889b1391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,