From 9b3406935460563835d16e4f139c2772470fb739 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 8 May 2024 09:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E8=B7=9F=E8=B8=AA=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=88=AA=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/hospital/uploadLogo.vue | 1 - .../pending-review/components/AuditForm.vue | 286 ++++++++++-------- 2 files changed, 161 insertions(+), 126 deletions(-) diff --git a/src/views/system/hospital/uploadLogo.vue b/src/views/system/hospital/uploadLogo.vue index 99e9c89..2da16e3 100644 --- a/src/views/system/hospital/uploadLogo.vue +++ b/src/views/system/hospital/uploadLogo.vue @@ -186,7 +186,6 @@ export default { this.dialogVisible = true; }, handleRemove(file) { - console.log(1111111111); this.fileList = []; this.$emit("update:path", null); }, diff --git a/src/views/trials/trials-panel/reading/pending-review/components/AuditForm.vue b/src/views/trials/trials-panel/reading/pending-review/components/AuditForm.vue index ce5ca2d..b71166c 100644 --- a/src/views/trials/trials-panel/reading/pending-review/components/AuditForm.vue +++ b/src/views/trials/trials-panel/reading/pending-review/components/AuditForm.vue @@ -8,7 +8,7 @@ :rules="rules" class="audit-form" > -