From ecb13c6052d0cef8a10baec9420e846ab9cabbf1 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 2 Jul 2025 17:29:09 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/costPush/costPush.js | 9 ++++ src/views/business/businessHandling/index.vue | 1 + .../costPush/leaseExpensePush/index.vue | 43 +++++++++++++------ 3 files changed, 41 insertions(+), 12 deletions(-) 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" > +