Browse Source

接口正确配置

ops-management-platform-frontend-dev
wbc 3 weeks ago
parent
commit
afc032eb6d
  1. 2
      src/views/project/contractManage/api.ts

2
src/views/project/contractManage/api.ts

@ -10,7 +10,7 @@ enum Api {
getCategory = '/platform/catalogCategory/queryOutCategoryName',
createPlansByHands = '/platform/inspectPlanInfo/createPlansByHands ',
findLeafNodeInfos = '/platform/inspectPlanInfo/findLeafNodeInfos',
autoCreatePlans = 'platform/routineInspectionInfo/autoCreatePlans',
autoCreatePlans = '/platform/routineInspectionInfo/autoCreatePlans',
}
export function list(params: any) {

Loading…
Cancel
Save