Ver Fonte

批量认证传参修改

duy há 2 anos atrás
pai
commit
012915a80e
1 ficheiros alterados com 1 adições e 1 exclusões
  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 () => {
     CertLoading.value = true
     const {error, code} = await projectScanningApi.batchCertification({
-        ids: CertIds.value
+        ids: CertIds.value.split(',')
     }, false)
     //判断状态
     CertLoading.value = false