diff --git a/.env.development b/.env.development index 65c2ed5..b595f96 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 新医路院后患者管理平台 ENV = 'development' # 新医路院后患者管理平台/开发环境 -VUE_APP_BASE_API = 'http://8.131.93.145:54011' +VUE_APP_BASE_API = 'http://192.168.16.48:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/views/manage/blacklist/index.vue b/src/views/manage/blacklist/index.vue index 36cc0b8..5d64a6a 100644 --- a/src/views/manage/blacklist/index.vue +++ b/src/views/manage/blacklist/index.vue @@ -470,7 +470,7 @@ export default { this.getAgencyListinfo('CAMPUS', id, type) // let query = { // nodeType: 'DEPARTMENT', - // agencyId: id, + // hospitalAgencyId: id, // } // getDepartmentList(query).then(res => { if (type) { diff --git a/src/views/manage/manualReview/index.vue b/src/views/manage/manualReview/index.vue index d04cc5b..522b2fc 100644 --- a/src/views/manage/manualReview/index.vue +++ b/src/views/manage/manualReview/index.vue @@ -190,7 +190,7 @@ export default { //主治医生 usergetListinfo() { usergetList({ - agencyId: this.queryParams.hospitalAgencyId, + hospitalAgencyId: this.queryParams.hospitalAgencyId, postName: 'DOCTOR' }).then(res => { this.attendingPhysicianlist = res.data @@ -312,7 +312,7 @@ export default { this.getAgencyListinfo('CAMPUS', id) // let query = { // nodeType: 'DEPARTMENT', - // agencyId: id, + // hospitalAgencyId: id, // } // getDepartmentList(query).then(res => { // this.departmentlist = res.data diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue index 4014617..4da1f6e 100644 --- a/src/views/manage/patientInfo/index.vue +++ b/src/views/manage/patientInfo/index.vue @@ -223,7 +223,7 @@ export default { //主治医生 usergetListinfo() { usergetList({ - agencyId: this.queryParams.hospitalAgencyId, + hospitalAgencyId: this.queryParams.hospitalAgencyId, postName: 'DOCTOR' }).then(res => { this.attendingPhysicianlist = res.data @@ -345,7 +345,7 @@ export default { this.getAgencyListinfo('CAMPUS', id) // let query = { // nodeType: 'DEPARTMENT', - // agencyId: id, + // hospitalAgencyId: id, // } // getDepartmentList(query).then(res => { // this.departmentlist = res.data diff --git a/src/views/manage/preHospitalized/index.vue b/src/views/manage/preHospitalized/index.vue index 5beab4b..d10451d 100644 --- a/src/views/manage/preHospitalized/index.vue +++ b/src/views/manage/preHospitalized/index.vue @@ -713,7 +713,7 @@ export default { //主治医生 usergetListinfo(id, type) { usergetList({ - agencyId: id, + hospitalAgencyId: id, postName: 'DOCTOR' }).then(res => { if (type) { @@ -785,7 +785,7 @@ export default { this.getAgencyListinfo('CAMPUS', id, type) // let query = { // nodeType: 'DEPARTMENT', - // agencyId: id, + // hospitalAgencyId: id, // } // getDepartmentList(query).then(res => { if (type) { diff --git a/src/views/manage/propaganda/index.vue b/src/views/manage/propaganda/index.vue index d5388f3..ad55c7c 100644 --- a/src/views/manage/propaganda/index.vue +++ b/src/views/manage/propaganda/index.vue @@ -1090,7 +1090,7 @@ export default { this.form.diseaseTypeId = ''; let query = { nodeType: 'DEPARTMENT', - agencyId: e, + hospitalAgencyId: e, } getDepartmentList(query).then(res => { this.Departmentdata = res.data diff --git a/src/views/manage/servicewaycontent/index.vue b/src/views/manage/servicewaycontent/index.vue index 3ff9505..7732130 100644 --- a/src/views/manage/servicewaycontent/index.vue +++ b/src/views/manage/servicewaycontent/index.vue @@ -8,10 +8,10 @@ v-show="showSearch" label-width="100px" > - + diff --git a/src/views/manage/signRecord/index.vue b/src/views/manage/signRecord/index.vue index 5c16d57..2940c01 100644 --- a/src/views/manage/signRecord/index.vue +++ b/src/views/manage/signRecord/index.vue @@ -600,7 +600,7 @@ export default { this.getAgencyListinfo('CAMPUS', id) // let query = { // nodeType: 'DEPARTMENT', - // agencyId: id, + // hospitalAgencyId: id, // } // getDepartmentList(query).then(res => { this.queryParams.departmentId = null diff --git a/src/views/manage/visitin/index.vue b/src/views/manage/visitin/index.vue index 60afdfe..f429807 100644 --- a/src/views/manage/visitin/index.vue +++ b/src/views/manage/visitin/index.vue @@ -805,7 +805,7 @@ export default { this.getAgencyListinfo('CAMPUS', id, type) // let query = { // nodeType: 'DEPARTMENT', - // agencyId: id, + // hospitalAgencyId: id, // } // getDepartmentList(query).then(res => { if (type) { @@ -893,7 +893,7 @@ export default { //主治医生 usergetListinfo(id, type) { usergetList({ - agencyId: id, + hospitalAgencyId: id, postName: 'DOCTOR' }).then(res => { if (type) { diff --git a/src/views/manage/visitout/index.vue b/src/views/manage/visitout/index.vue index 7970cf7..2e50176 100644 --- a/src/views/manage/visitout/index.vue +++ b/src/views/manage/visitout/index.vue @@ -638,7 +638,7 @@ export default { //开单医生 usergetListinfotwo(id) { usergetList({ - agencyId: id, + hospitalAgencyId: id, postName: 'DOCTOR' }).then(res => { this.addsignattendingPhysicianlist = res.data @@ -873,7 +873,7 @@ export default { //主治医生 usergetListinfo(id, type) { usergetList({ - agencyId: id, + hospitalAgencyId: id, postName: 'DOCTOR' }).then(res => { if (type) { @@ -945,7 +945,7 @@ export default { this.getAgencyListinfo('CAMPUS', id, type) // let query = { // nodeType: 'DEPARTMENT', - // agencyId: id, + // hospitalAgencyId: id, // } // getDepartmentList(query).then(res => { if (type) { diff --git a/src/views/system/agency/index.vue b/src/views/system/agency/index.vue index ed14de9..e223e01 100644 --- a/src/views/system/agency/index.vue +++ b/src/views/system/agency/index.vue @@ -374,8 +374,9 @@ placeholder="请输入机构简称" /> - + --> - + + - + { this.form = response.data; diff --git a/src/views/system/department/index.vue b/src/views/system/department/index.vue index 4bc983e..adc7f92 100644 --- a/src/views/system/department/index.vue +++ b/src/views/system/department/index.vue @@ -138,7 +138,7 @@ + --> - - + + - + { this.attendingPhysicianlist = res.data diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 5b41718..61f7307 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -372,7 +372,32 @@ /> - + + + + + + + + +