diff --git a/src/api/manage/selectAgencyList.js b/src/api/manage/selectAgencyList.js index a9c90ee..20855f1 100644 --- a/src/api/manage/selectAgencyList.js +++ b/src/api/manage/selectAgencyList.js @@ -9,16 +9,8 @@ export function selectAgencyList(query) { }) } -//院区 -export function subordinateAgencyList(query) { - return request({ - url: '/system/agency/subordinateAgencyList', - method: 'get', - params: query - }) -} -// 科室及病区的 +// 科室及病区 export function getDepartmentList(query) { return request({ url: '/system/department/getDepartmentList', @@ -26,3 +18,13 @@ export function getDepartmentList(query) { params: query }) } + + +//选中获取后面的 +export function getAgencyList(query) { + return request({ + url: '/system/agency/getAgencyList', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/manage/blacklist/index.vue b/src/views/manage/blacklist/index.vue index 802148a..c61941f 100644 --- a/src/views/manage/blacklist/index.vue +++ b/src/views/manage/blacklist/index.vue @@ -164,7 +164,7 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 5c78c0a..456cb4c 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -1,31 +1,48 @@ @@ -99,7 +116,7 @@ export default { watch: { }, mounted() { - console.log(this.$refs.editor.html) + // console.log(this.$refs.editor.html) }, methods: { topclickevent(index) { @@ -117,6 +134,49 @@ export default { };