This commit is contained in:
闫晓茹 2023-03-13 15:45:27 +08:00
parent 7aa3aa1df0
commit c0b1c54bb2

View File

@ -1099,7 +1099,7 @@ export default {
},
//
departmentList() {
// this.departmentqueryParams.hospitalId = this.hospitalId;
this.departmentqueryParams.hospitalId = this.hospitalId;
listHospitalDepartment(this.departmentqueryParams).then((response) => {
this.hospitalDepartmentList = response.rows;
this.total3 = response.total;