Compare commits
2 Commits
854eaef183
...
60bd1daf9b
Author | SHA1 | Date |
---|---|---|
gaoyuanwei | 60bd1daf9b | |
gaoyuanwei | 0ce6113ffa |
|
@ -215,3 +215,11 @@ export function selectResourceListByDept(params) {
|
||||||
params,
|
params,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
// 获取来源应用列表
|
||||||
|
export function queryApplicationRelByResourceId(params) {
|
||||||
|
return request({
|
||||||
|
url: '/dataResourceRel/queryApplicationRelByResourceId',
|
||||||
|
method: 'get',
|
||||||
|
params,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue