马宇豪
2023-04-18 c380f2a463e387d864f46c9eaf3c54daf48b3192
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',
         });
      },
   };
}