This commit is contained in:
闫晓茹 2023-03-13 16:18:30 +08:00
parent c0b1c54bb2
commit ac459ef65b

View File

@ -1203,8 +1203,8 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.form.departmentId = "";
this.form.hospitalId = "";
this.departmentId="";
this.hospitalId = "";
this.departmentqueryParams = {
pageNum: 1,
pageSize: 10,
@ -1250,8 +1250,6 @@ export default {
this.departmentId = response.data.departmentId;
this.hospitalId = response.data.hospitalId;
this.imgone = this.form.certificateUrl;
this.addopen = true;
this.title = "修改科室人员信息";
});