From 67f3b2a0f5d01b36a03dd19e4537395624cf6a36 Mon Sep 17 00:00:00 2001 From: pengwei Date: Wed, 10 Sep 2025 15:30:09 +0800 Subject: [PATCH] =?UTF-8?q?fit:1=E3=80=81=E9=97=AE=E9=A2=98=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E4=BA=BA=202=E3=80=81=E9=99=84=E4=BB=B6=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/file/list.vue | 2 +- src/components/file/upload.vue | 2 +- src/views/mobileSupervise/Inspection.vue | 21 +++++++++++-- src/views/mobileSupervise/TaskProblem.vue | 38 ++++++++++++++--------- 4 files changed, 45 insertions(+), 18 deletions(-) diff --git a/src/components/file/list.vue b/src/components/file/list.vue index 8236ba5..adeb3f6 100644 --- a/src/components/file/list.vue +++ b/src/components/file/list.vue @@ -499,4 +499,4 @@ function rotateRight() { color: #fff; } } - \ No newline at end of file + diff --git a/src/components/file/upload.vue b/src/components/file/upload.vue index dd8609b..59e65b0 100644 --- a/src/components/file/upload.vue +++ b/src/components/file/upload.vue @@ -70,7 +70,7 @@ watch( watch(files, () => { emit("update:files", files.value); -}); +},{immediate:true}); function beforeUpload(file) { // 文件大小限制 1024 * 1024 * 100 (100MB) diff --git a/src/views/mobileSupervise/Inspection.vue b/src/views/mobileSupervise/Inspection.vue index eb48f1d..658e541 100644 --- a/src/views/mobileSupervise/Inspection.vue +++ b/src/views/mobileSupervise/Inspection.vue @@ -1124,7 +1124,7 @@