马宇豪
2023-04-18 af18fd6fb9e1a500be5369550b737ccce12a7d23
src/api/basic/unit/index.ts
@@ -34,5 +34,19 @@
         });
      },
      getAllUnit: () => {
         return request({
            url: import.meta.env.VITE_API_URL + '/basic/select/listRiskUnit',
            method: 'get',
         });
      },
      getAllUnitType: () => {
         return request({
            url: import.meta.env.VITE_API_URL + '/basic/select/listRiskUnitType',
            method: 'get',
         });
      },
   };
}