From 9069db70ef48d0c9bea87d7631c2c4f1f7dc1af5 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 14 Aug 2025 18:13:02 +0800 Subject: [PATCH] no message --- src/api/clue/index.ts | 6 +- .../sys/workbench/components/GrowCard.vue | 17 ++--- src/views/sys/workbench/data.ts | 46 +++++++++----- src/views/sys/workbench/index.vue | 62 +++++++++++++++++-- 4 files changed, 99 insertions(+), 32 deletions(-) diff --git a/src/api/clue/index.ts b/src/api/clue/index.ts index c928cfc..f1b5c38 100644 --- a/src/api/clue/index.ts +++ b/src/api/clue/index.ts @@ -137,4 +137,8 @@ export const getDemandInfo = (params: any) => defHttp.get({ url: '/dating-c export const editDemandInfo = (params: any) => defHttp.post({ url: '/dating-clue-service/user/edit/dating-store-customer-demand', params }) -export const getClueContractList = (params: any) => defHttp.get({ url: '/dating-clue-service/user/list/contract/by-dating-clue', params}) \ No newline at end of file +export const getClueContractList = (params: any) => defHttp.get({ url: '/dating-clue-service/user/list/contract/by-dating-clue', params}) + +export const getInvitationStatic = (params: any) => defHttp.get({ url: '/dating-clue-service/user/count/telephone-invitation-data/by-team', params}) + +export const getInvitationData = (params: any) => defHttp.get({ url: '/dating-clue-service/user/count/telephone-invitation-data-item/by-team', params}) \ No newline at end of file diff --git a/src/views/sys/workbench/components/GrowCard.vue b/src/views/sys/workbench/components/GrowCard.vue index 38a8c2a..5bdbed2 100644 --- a/src/views/sys/workbench/components/GrowCard.vue +++ b/src/views/sys/workbench/components/GrowCard.vue @@ -1,26 +1,26 @@