fix(视图): 修复自定义排序第二次进入直接确认无效的问题

This commit is contained in:
junjun 2023-02-28 15:08:17 +08:00
parent 00b8178e7a
commit 3a0c6c9629

View File

@ -69,6 +69,7 @@ export default {
init() {
post('/chart/view/getFieldData/' + this.chart.id + '/' + this.panelInfo.id + '/' + this.field.id + '/' + this.fieldType, {}).then(response => {
this.sortList = response.data
this.onUpdate()
})
},
onMove() {