From a3fd80e0686a9e62f0124b15fd41363ad1abca27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 22 May 2024 17:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/specialDiseaseNode.js | 7 + src/views/system/specialDiseaseNode/index.vue | 1724 ++++++++++------- 2 files changed, 982 insertions(+), 749 deletions(-) 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