Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
5f17f8d0d1
|
@ -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