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) => {