From eabb0167e609956c6aa8e84ded905f39fcdf0620 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 4 Jun 2024 11:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AllTypeFile/update.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/AllTypeFile/update.vue b/src/components/AllTypeFile/update.vue index f73e521..f788d66 100644 --- a/src/components/AllTypeFile/update.vue +++ b/src/components/AllTypeFile/update.vue @@ -144,6 +144,9 @@ export default { console.log(this.templateType) }, methods:{ + checkAllUploaded(childrenList) { + return childrenList.every(child => child.state === 1); + }, filePassMethod(row,status){ if (status === 'pass'){ filePass(row.fileId,'1').then((res) => {