소스 검색

Merge remote-tracking branch 'yudao/dev' into dev-crm

shizhong 1 년 전
부모
커밋
9a2dac3f73
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      src/api/crm/contract/index.ts

+ 10 - 0
src/api/crm/contract/index.ts

@@ -111,3 +111,13 @@ export const getAuditContractCount = async () => {
 export const getRemindContractCount = async () => {
   return await request.get({ url: '/crm/contract/remind-count' })
 }
+
+// 获得待审核合同数量
+export const getAuditContractCount = async () => {
+  return await request.get({ url: '/crm/contract/audit-count' })
+}
+
+// 获得即将到期(提醒)的合同数量
+export const getRemindContractCount = async () => {
+  return await request.get({ url: '/crm/contract/remind-count' })
+}