diff --git a/front/src/api/personalCenter.js b/front/src/api/personalCenter.js index faed5074..d6a61432 100644 --- a/front/src/api/personalCenter.js +++ b/front/src/api/personalCenter.js @@ -215,3 +215,11 @@ export function selectResourceListByDept(params) { params, }) } +// 获取来源应用列表 +export function queryApplicationRelByResourceId(params) { + return request({ + url: '/dataResourceRel/queryApplicationRelByResourceId', + method: 'get', + params, + }) +} diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index c6c19bdc..789dabd6 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -16,21 +16,14 @@