Merge pull request #4659 from dataease/dev

merge dev
This commit is contained in:
fit2cloudrd 2023-02-28 15:12:08 +08:00 committed by GitHub
commit 43ca37054e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {