duy 2 жил өмнө
parent
commit
012915a80e

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

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