diff --git a/src/api/costPush/costPush.js b/src/api/costPush/costPush.js index 6e776a0e..c4c711fc 100644 --- a/src/api/costPush/costPush.js +++ b/src/api/costPush/costPush.js @@ -164,5 +164,14 @@ export function consumeCheckData(data) { }) } +// 查询租赁弹窗列表 +export function getCostPushLeaseListApi(query) { + return request({ + url: '/material/backstage/costPush/getCostPushLeaseList', + method: 'get', + params: query + }) +} + diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index 64c3e8d6..63f3b0bd 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -139,6 +139,7 @@ @mouseenter.native="showCustomTooltip(item, $event)" @mouseleave.native="hideCustomTooltip" > +