修改
This commit is contained in:
parent
bafbcd541b
commit
d7d84aef45
@ -348,7 +348,13 @@ export default {
|
|||||||
//清空科室
|
//清空科室
|
||||||
cleardepartment() {
|
cleardepartment() {
|
||||||
this.queryParams.wardId = null
|
this.queryParams.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
if (this.queryParams.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||||
|
} else if (this.queryParams.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||||
|
} else if (this.queryParams.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -381,7 +381,13 @@ export default {
|
|||||||
//清空科室
|
//清空科室
|
||||||
cleardepartment() {
|
cleardepartment() {
|
||||||
this.queryParams.wardId = null
|
this.queryParams.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
if (this.queryParams.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||||
|
} else if (this.queryParams.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||||
|
} else if (this.queryParams.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -844,10 +844,22 @@ export default {
|
|||||||
cleardepartment(type) {
|
cleardepartment(type) {
|
||||||
if (type) {
|
if (type) {
|
||||||
this.form.wardId = null
|
this.form.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
if (this.form.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.form.departmentId, type)
|
||||||
|
} else if (this.form.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
||||||
|
} else if (this.form.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.form.hospitalAgencyId, type)
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.queryParams.wardId = null
|
this.queryParams.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
if (this.queryParams.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||||
|
} else if (this.queryParams.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||||
|
} else if (this.queryParams.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/** 下载模板操作 */
|
/** 下载模板操作 */
|
||||||
|
|||||||
@ -633,7 +633,13 @@ export default {
|
|||||||
//清空科室
|
//清空科室
|
||||||
cleardepartment() {
|
cleardepartment() {
|
||||||
this.queryParams.wardId = null
|
this.queryParams.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
if (this.queryParams.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||||
|
} else if (this.queryParams.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||||
|
} else if (this.queryParams.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//续约
|
//续约
|
||||||
handleContinue(row) {
|
handleContinue(row) {
|
||||||
|
|||||||
@ -864,10 +864,22 @@ export default {
|
|||||||
cleardepartment(type) {
|
cleardepartment(type) {
|
||||||
if (type) {
|
if (type) {
|
||||||
this.form.wardId = null
|
this.form.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
if (this.form.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.form.departmentId, type)
|
||||||
|
} else if (this.form.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
||||||
|
} else if (this.form.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.form.hospitalAgencyId, type)
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.queryParams.wardId = null
|
this.queryParams.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
if (this.queryParams.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||||
|
} else if (this.queryParams.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||||
|
} else if (this.queryParams.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/** 下载模板操作 */
|
/** 下载模板操作 */
|
||||||
|
|||||||
@ -1001,10 +1001,22 @@ export default {
|
|||||||
cleardepartment(type) {
|
cleardepartment(type) {
|
||||||
if (type) {
|
if (type) {
|
||||||
this.form.wardId = null
|
this.form.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
if (this.form.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.form.departmentId, type)
|
||||||
|
} else if (this.form.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.form.campusAgencyId, type)
|
||||||
|
} else if (this.form.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.form.hospitalAgencyId, type)
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.queryParams.wardId = null
|
this.queryParams.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
if (this.queryParams.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||||
|
} else if (this.queryParams.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||||
|
} else if (this.queryParams.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/** 下载模板操作 */
|
/** 下载模板操作 */
|
||||||
|
|||||||
@ -387,7 +387,13 @@ export default {
|
|||||||
//清空科室
|
//清空科室
|
||||||
cleardepartment() {
|
cleardepartment() {
|
||||||
this.queryParams.wardId = null
|
this.queryParams.wardId = null
|
||||||
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
if (this.queryParams.departmentId) {
|
||||||
|
this.getAgencyListinfo('DEPARTMENT', this.queryParams.departmentId)
|
||||||
|
} else if (this.queryParams.campusAgencyId) {
|
||||||
|
this.getAgencyListinfo('CAMPUS', this.queryParams.campusAgencyId)
|
||||||
|
} else if (this.queryParams.hospitalAgencyId) {
|
||||||
|
this.getAgencyListinfo('HOSPITAL', this.queryParams.hospitalAgencyId)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//获取医院list
|
//获取医院list
|
||||||
selectAgencyinfo() {
|
selectAgencyinfo() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user