diff --git a/src/views/system/patientArchives/index.vue b/src/views/system/patientArchives/index.vue index 5162d49..5b1f063 100644 --- a/src/views/system/patientArchives/index.vue +++ b/src/views/system/patientArchives/index.vue @@ -231,7 +231,7 @@ label-width="110px" :inline="true" > - + + + + + + + + + + + + + { - console.log(res) + console.log(res); const params = { id, - password: res.value - } + password: res.value, + }; updatePassword(params).then((response) => { this.$modal.msgSuccess("修改成功,新密码是:" + res.value); }); }) - .catch(() => { }); + .catch(() => {}); }, // 查询省事件 province(item) { @@ -858,7 +901,7 @@ export default { this.getList(); this.$modal.msgSuccess("删除成功"); }) - .catch(() => { }); + .catch(() => {}); }, /** 导出按钮操作 */ handleExport() {