Compare commits
No commits in common. "60bd1daf9bd0335fdfbbd5995a1f3dea4a7443a7" and "854eaef183c514127d030c37c16033f9aaaac450" have entirely different histories.
60bd1daf9b
...
854eaef183
|
@ -215,11 +215,3 @@ 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