api.ts 474 B

123456789101112
  1. export const MOD = "/business";
  2. export const prefix = "/clue";
  3. export const GETSYSFILED = "/sys-dict/getListByCode";
  4. export const GETPERSONNEL = "/user/getSimpleActiveUserList";
  5. export const GETGENERATEFOEM = `/sys-form/getListByCode${MOD}`
  6. export const GETBUSINESSLIST = `/business-opportunity/list`
  7. export const stageStatus = [
  8. { id: 1, name: "赢单", progress: "100%" },
  9. { id: 2, name: "输单", progress: "0%" },
  10. { id: 3, name: "无效", progress: "0%" }
  11. ]