duy 10 сар өмнө
parent
commit
585329829a

+ 2 - 1
src/views/ledger/components/table-list.vue

@@ -533,7 +533,8 @@ const signClick = async () => {
         nodePrimaryKeyId: primaryKeyId,
         logPkeyId: excelIdVal.value,
         type: resignModalRadio.value,
-        taskIds: taskIds,
+        logIds: taskIds,
+        contractId: contractId.value,
     });
     //处理数据
     signLoading.value = false;