forked from github/dataease
fix(视图): 修复自定义排序第二次进入直接确认无效的问题
This commit is contained in:
parent
00b8178e7a
commit
3a0c6c9629
@ -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