mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
refactor: 仪表板编辑缓存优化
This commit is contained in:
@@ -86,9 +86,9 @@ export function getChartDetails(id, panelId, data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function save2Cache(panelId, data) {
|
||||
export function viewEditSave(panelId, data) {
|
||||
return request({
|
||||
url: '/chart/view/save2Cache/' + panelId,
|
||||
url: '/chart/view/viewEditSave/' + panelId,
|
||||
method: 'post',
|
||||
loading: false,
|
||||
data
|
||||
|
||||
Reference in New Issue
Block a user