|
@@ -1493,8 +1493,10 @@ const needApproval1 = ref('')
|
|
|
const batchAuthentication = ()=>{
|
|
|
|
|
|
tableUploadData.value.forEach(item=>{
|
|
|
- item.isApproval = needApproval.value
|
|
|
- item.isNeedCertification = needApproval1.value
|
|
|
+ // item.isApproval = needApproval.value
|
|
|
+ // item.isNeedCertification = needApproval1.value
|
|
|
+ item.isApproval = needApproval1.value
|
|
|
+ item.isNeedCertification = needApproval.value
|
|
|
})
|
|
|
|
|
|
|