Ver código fonte

电签检测修改

duy 4 semanas atrás
pai
commit
e4d11e8a96
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/systemService/test.vue

+ 2 - 2
src/views/systemService/test.vue

@@ -1491,8 +1491,8 @@ const batchOnlineClick = async ()=>{
     const { error, code, msg } = await queryApi.updateCheckPdfInfo(
       {
         classify:contractTypeTabKey.value,
-        type:tableCheckedKeys.value.length > 0 ? 2 : 1,
-        ids:tableCheckedKeys.value.length > 0 ? ids : nodeDataInfo.value.primaryKeyId,
+        type:2,
+        ids,
       },
    
     )