diff --git a/src/api/system/specialDiseaseNode.js b/src/api/system/specialDiseaseNode.js index c12fb81..3047ce5 100644 --- a/src/api/system/specialDiseaseNode.js +++ b/src/api/system/specialDiseaseNode.js @@ -7,6 +7,13 @@ export function taskPartitionList(taskTypeId) { method: 'get', }) } +export function list(parentDictCode) { + return request({ + url: `/system/dict/data/list?parentDictCode=${parentDictCode}`, + method: 'get', + }) +} + // 任务类型 export function selectTaskTypeList() { return request({ diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index c557232..37a3b99 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -1,200 +1,306 @@ \ No newline at end of file