mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
refactor:仪表版多组件间联动
This commit is contained in:
@@ -18,3 +18,9 @@ export function saveLinkage(requestInfo) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getPanelAllLinkageInfo(panelId) {
|
||||
return request({
|
||||
url: '/linkage/getPanelAllLinkageInfo/' + panelId,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user