Browse Source

电签检测修改

duy 3 weeks ago
parent
commit
e4d11e8a96
1 changed files with 2 additions and 2 deletions
  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,
       },
    
     )