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 @@