From 52be904d2aff1a0f98d3a69a0ff5989240f583c0 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 25 Nov 2022 17:37:48 +0800 Subject: [PATCH] bug --- .../AppCommunityManagement/AppCommunityManagement.vue | 1 - .../pingchang/AppCommunityManagement/ManageDetail.vue | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue b/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue index d48daf51..3977d6de 100644 --- a/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue +++ b/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue @@ -79,7 +79,6 @@
抵平时间:{{item.registerInfo.arriveTime}} -
diff --git a/src/project/pingchang/AppCommunityManagement/ManageDetail.vue b/src/project/pingchang/AppCommunityManagement/ManageDetail.vue index f0a2d0b7..cfd51e28 100644 --- a/src/project/pingchang/AppCommunityManagement/ManageDetail.vue +++ b/src/project/pingchang/AppCommunityManagement/ManageDetail.vue @@ -234,7 +234,7 @@
- 核酸阴性证明图片(解除管理必填) + 核酸阴性证明图片
@@ -361,9 +361,9 @@ export default { if( !this.form.fileList.length) { return this.$u.toast('请上传图片') } - if(status == 2 && !this.form.proveFileList.length) { - return this.$u.toast('请上传核酸阴性证明图片') - } + // if(status == 2 && !this.form.proveFileList.length) { + // return this.$u.toast('请上传核酸阴性证明图片') + // } this.$confirm(status == 2 ? '确认解除管理该记录' : '确认保存该记录').then(() => { this.confirmSubmit(status)