Explorar o código

ai题名修改

duy hai 3 meses
pai
achega
fcbe8b512b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/archives/manage/ai.vue

+ 3 - 0
src/views/archives/manage/ai.vue

@@ -122,6 +122,8 @@ const saveClick = async () => {
             archiveNameAi:item.archiveNameAi,
             status:item.status,
             archiveAutoId:item.archiveAutoId,
+            taskId:item.taskId,
+      
         
         })
     })
@@ -142,6 +144,7 @@ const confirmClick = async (row) => {
             archiveNameAi:row.archiveNameAi,
             status:row.status,
             archiveAutoId:row.archiveAutoId,
+            taskId:row.taskId,
       
     }])
       row.load = false