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