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