diff --git a/src/api/system/specialDiseaseRoute.js b/src/api/system/specialDiseaseRoute.js index 133ee65..d11990c 100644 --- a/src/api/system/specialDiseaseRoute.js +++ b/src/api/system/specialDiseaseRoute.js @@ -43,9 +43,9 @@ export function delSpecialDiseaseRoute(id) { }) } //科室 -export function selectDiseaseCount(departmentName) { +export function selectDiseaseCount(departmentName, servicePackageId) { return request({ - url: `/system/specialDiseaseRoute/departmentRouteCount?departmentName=${departmentName}&releaseStatus=PUBLISHED`, + url: `/system/specialDiseaseRoute/departmentRouteCount?departmentName=${departmentName}&releaseStatus=PUBLISHED&servicePackageId=${servicePackageId}`, method: 'get', }) diff --git a/src/views/manage/components/specialDiseaseRoute.vue b/src/views/manage/components/specialDiseaseRoute.vue index 24b6a29..4f35e0c 100644 --- a/src/views/manage/components/specialDiseaseRoute.vue +++ b/src/views/manage/components/specialDiseaseRoute.vue @@ -50,11 +50,6 @@ {{ scope.row.routeClassify == 'SPECIAL_DIEASE_MANAGE_PATH' ? '专病管理路径' : '' }} - - -