Browse Source

取消修改

duy 9 months ago
parent
commit
efc9ea3119
1 changed files with 1 additions and 1 deletions
  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 = []
     let objArr = []
     rows.forEach((item)=>{
     rows.forEach((item)=>{
         objArr.push({
         objArr.push({
-            id:item.taskId || '',
+            taskId:item.taskId || '',
             entrustId:item.id,
             entrustId:item.id,
             type:resignModalRadio.value,
             type:resignModalRadio.value,
             nodeId:primaryKeyId,
             nodeId:primaryKeyId,