From 15c56000b0150f01d1ab4034305e58aa0f64988a Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 28 May 2024 15:03:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A3=E8=80=85=E4=BF=A1=E6=81=AF=E8=AF=A6?= =?UTF-8?q?=E6=83=85=20=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/specialDiseaseNode.js | 7 + .../components/specialDiseaseNodeopen.vue | 1418 +++++++++-------- 2 files changed, 771 insertions(+), 654 deletions(-) diff --git a/src/api/system/specialDiseaseNode.js b/src/api/system/specialDiseaseNode.js index f044c50..c7302b2 100644 --- a/src/api/system/specialDiseaseNode.js +++ b/src/api/system/specialDiseaseNode.js @@ -60,3 +60,10 @@ export function selectSpecialDiseasenew(id) { method: 'get' }) } +// 左侧点击事件 +export function getById(id) { + return request({ + url: '/manage/signnode/getById/'+id, + method: 'get' + }) +} diff --git a/src/views/manage/components/specialDiseaseNodeopen.vue b/src/views/manage/components/specialDiseaseNodeopen.vue index 61edf52..0e58699 100644 --- a/src/views/manage/components/specialDiseaseNodeopen.vue +++ b/src/views/manage/components/specialDiseaseNodeopen.vue @@ -1,193 +1,297 @@