修改
This commit is contained in:
parent
c0b1c54bb2
commit
ac459ef65b
@ -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 = "修改科室人员信息";
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user