mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
Merge pull request #4658 from dataease/pr@dev@fix_custom_sort
fix(视图): 修复自定义排序第二次进入直接确认无效的问题
This commit is contained in:
commit
3093e9200b
@ -69,6 +69,7 @@ export default {
|
|||||||
init() {
|
init() {
|
||||||
post('/chart/view/getFieldData/' + this.chart.id + '/' + this.panelInfo.id + '/' + this.field.id + '/' + this.fieldType, {}).then(response => {
|
post('/chart/view/getFieldData/' + this.chart.id + '/' + this.panelInfo.id + '/' + this.field.id + '/' + this.fieldType, {}).then(response => {
|
||||||
this.sortList = response.data
|
this.sortList = response.data
|
||||||
|
this.onUpdate()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
onMove() {
|
onMove() {
|
||||||
|
Loading…
Reference in New Issue
Block a user