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