|
@@ -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,
|
|
|
},
|
|
|
|
|
|
)
|