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 @@