Explorar el Código

电签检测修改

duy hace 2 semanas
padre
commit
ab8dd75ecc
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/views/systemService/test.vue

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

@@ -141,7 +141,7 @@
                             hc-btn
                             color="#52B200" 
                             style="color: white;"
-                            :disabled="tableCheckedKeys.length <= 0 && !nodeDataInfo.primaryKeyId "
+                            :disabled="tableCheckedKeys.length <= 0 "
                             @click="batchOnlineClick"
                         >
                             <HcIcon name="survey" />
@@ -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,
       },
    
     )