|
@@ -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
|