From 2d2e5dcdb14625f97b5426c34871516e537d19ab Mon Sep 17 00:00:00 2001
From: lrw <319150264@qq.com>
Date: Thu, 25 May 2023 15:29:08 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=BF=AE=E6=94=B9=E5=84=AA?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/audit-detail/index.vue | 2 +-
src/views/followupentry/followaudit.vue | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/audit-detail/index.vue b/src/views/audit-detail/index.vue
index a623135..5ff04d2 100644
--- a/src/views/audit-detail/index.vue
+++ b/src/views/audit-detail/index.vue
@@ -14,7 +14,7 @@
修改
返回
diff --git a/src/views/followupentry/followaudit.vue b/src/views/followupentry/followaudit.vue
index 78f142a..90d69e5 100644
--- a/src/views/followupentry/followaudit.vue
+++ b/src/views/followupentry/followaudit.vue
@@ -309,6 +309,7 @@ export default {
isShowEdit() {
const { checkStatus, followBatch } = this.currentRow
return (
+ !this.editStatus &&
this.currentRow.patientId &&
this.isLast &&
followBatch > 0 &&
--
2.22.0