duy 9 сар өмнө
parent
commit
efc9ea3119

+ 1 - 1
src/views/tentative/detect/commission.vue

@@ -674,7 +674,7 @@ const signClick = async () => {
     let objArr = []
     rows.forEach((item)=>{
         objArr.push({
-            id:item.taskId || '',
+            taskId:item.taskId || '',
             entrustId:item.id,
             type:resignModalRadio.value,
             nodeId:primaryKeyId,