diff --git a/src/views/audit-detail/index.vue b/src/views/audit-detail/index.vue
index a623135925b974bfaa6e3ece413ec44dea0c39fb..5ff04d25d17a640b2dc61c16de846d1dc437239c 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 78f142a13f9610c87854a43759de61dfd46fe992..90d69e5b087622d678584e70a3ecb3df16e5fd8e 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 &&