From d32e1c379f6598eb8dc4a2d541c5bd45cde74477 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 13 Jun 2023 17:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E6=8E=A5=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=A1=E6=A0=B8=E5=8A=9F=E8=83=BD=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audit-detail/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/audit-detail/index.vue b/src/views/audit-detail/index.vue index ee54d06..3e04aff 100644 --- a/src/views/audit-detail/index.vue +++ b/src/views/audit-detail/index.vue @@ -278,7 +278,7 @@ export default { checkNote: "", checkStatus: "", // 传入的checkstatus curUnion: "", // 当前医联体 - id: "", + id: "", // 当前人的patientId rules: { reason: [{ required: true, message: "请填写", trigger: "blur" }], }, @@ -372,7 +372,7 @@ export default { // 提交接口 putScreeningCheck(checkStatus, func) { let params = { - id: this.id, + id: this.patientId, checkStatus: checkStatus, checkNote: this.form.reason, patientId: this.patientId, -- 2.22.0