From 7e91eac02d576c04505d8c477b8dae7b28755dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 3 Mar 2023 15:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/patientArchives/index.vue | 63 ++++++++++++++++++---- 1 file changed, 53 insertions(+), 10 deletions(-) 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() {