修改
This commit is contained in:
parent
a20abd0837
commit
d534592b47
@ -1576,7 +1576,7 @@ export default {
|
|||||||
};
|
};
|
||||||
this.reset();
|
this.reset();
|
||||||
this.addopen = true;
|
this.addopen = true;
|
||||||
this.title = "添加健康咨询-科室人员信息";
|
this.title = "添加科室人员信息";
|
||||||
},
|
},
|
||||||
/** 修改按钮操作 */
|
/** 修改按钮操作 */
|
||||||
handleUpdate(row) {
|
handleUpdate(row) {
|
||||||
@ -1586,7 +1586,7 @@ export default {
|
|||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
this.imgone = this.form.certificateUrl;
|
this.imgone = this.form.certificateUrl;
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改健康咨询-科室人员信息";
|
this.title = "修改科室人员信息";
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user