mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
Merge pull request #1969 from dataease/pr@dev@refactor_outer-params
feat: 仪表板支持接收外部参数
This commit is contained in:
@@ -7,8 +7,6 @@ export function queryWithPanelId(panelId) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function updateOuterParamsSet(requestInfo) {
|
||||
return request({
|
||||
url: '/outerParams/updateOuterParamsSet',
|
||||
@@ -17,3 +15,11 @@ export function updateOuterParamsSet(requestInfo) {
|
||||
loading: true
|
||||
})
|
||||
}
|
||||
|
||||
export function getOuterParamsInfo(panelId) {
|
||||
return request({
|
||||
url: '/outerParams/getOuterParamsInfo/' + panelId,
|
||||
method: 'get',
|
||||
loading: true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user