Browse Source

批量认证传参修改

duy 2 years ago
parent
commit
012915a80e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/other-file/project-scanning.vue

+ 1 - 1
src/views/other-file/project-scanning.vue

@@ -848,7 +848,7 @@ const CertLoading = ref(false)
 const CertClick = async () => {
 const CertClick = async () => {
     CertLoading.value = true
     CertLoading.value = true
     const {error, code} = await projectScanningApi.batchCertification({
     const {error, code} = await projectScanningApi.batchCertification({
-        ids: CertIds.value
+        ids: CertIds.value.split(',')
     }, false)
     }, false)
     //判断状态
     //判断状态
     CertLoading.value = false
     CertLoading.value = false