duy 9 mesi fa
parent
commit
8846139439
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/tentative/detect/commission.vue

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

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