refactor:仪表版多组件间联动

This commit is contained in:
wangjiahao
2021-08-10 15:50:00 +08:00
parent a46cd75760
commit b3c7aa5d16
18 changed files with 200 additions and 19 deletions

View File

@@ -18,3 +18,9 @@ export function saveLinkage(requestInfo) {
})
}
export function getPanelAllLinkageInfo(panelId) {
return request({
url: '/linkage/getPanelAllLinkageInfo/' + panelId,
method: 'get'
})
}