|
@@ -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
|