forked from github/dataease
Merge pull request #12643 from dataease/pr@dev-v2@refactor_picture-group2
refactor(数据大屏、仪表板): 图片组显示优化
This commit is contained in:
commit
68d8a3b31d
@ -29,7 +29,8 @@ const onDatasetUpdate = () => {
|
||||
getFieldByDQ(view.value.tableId, view.value.id, { type: 'table-info' })
|
||||
.then(res => {
|
||||
view.value.xAxis = []
|
||||
view.value.xAxis.push(...res.dimensionList, ...res.quotaList.pop())
|
||||
res.quotaList.pop()
|
||||
view.value.xAxis.push(...res.dimensionList, ...res.quotaList)
|
||||
const viewTarget = view.value
|
||||
useEmitt().emitter.emit('calcData-' + viewTarget.id, viewTarget)
|
||||
snapshotStore.recordSnapshotCache('calc', view.value.id)
|
||||
|
Loading…
Reference in New Issue
Block a user