修改
This commit is contained in:
parent
c0b1c54bb2
commit
ac459ef65b
@ -1203,8 +1203,8 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
this.form.departmentId = "";
|
this.departmentId="";
|
||||||
this.form.hospitalId = "";
|
this.hospitalId = "";
|
||||||
this.departmentqueryParams = {
|
this.departmentqueryParams = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
@ -1250,8 +1250,6 @@ export default {
|
|||||||
this.departmentId = response.data.departmentId;
|
this.departmentId = response.data.departmentId;
|
||||||
this.hospitalId = response.data.hospitalId;
|
this.hospitalId = response.data.hospitalId;
|
||||||
this.imgone = this.form.certificateUrl;
|
this.imgone = this.form.certificateUrl;
|
||||||
|
|
||||||
|
|
||||||
this.addopen = true;
|
this.addopen = true;
|
||||||
this.title = "修改科室人员信息";
|
this.title = "修改科室人员信息";
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user