From e117977c9b3cc9628dc386fd6d14f994cadf57eb Mon Sep 17 00:00:00 2001
From: dshclm <3321914460@qq.com>
Date: Tue, 4 Jun 2024 11:42:29 +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 | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/components/AllTypeFile/update.vue b/src/components/AllTypeFile/update.vue
index e0227ef..f73e521 100644
--- a/src/components/AllTypeFile/update.vue
+++ b/src/components/AllTypeFile/update.vue
@@ -73,9 +73,10 @@
- 未上传
- 已上传
- 已上传
+ 已上传
+ 已上传
+ 已上传
+ 未上传
@@ -143,9 +144,6 @@ 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) => {