duy 3 months ago
parent
commit
66ded36ba2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/archives/manage/ai.vue

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

@@ -112,6 +112,8 @@ const saveClick = async () => {
             id:item.id,
             archiveNameAi:item.archiveNameAi,
             status:item.status,
+            archiveAutoId:item.archiveAutoId,
+        
         })
     })
     saveLoading.value = true
@@ -130,6 +132,7 @@ const confirmClick = async (row) => {
            id:row.id,
             archiveNameAi:row.archiveNameAi,
             status:row.status,
+            archiveAutoId:row.archiveAutoId,
       
     }])
       row.load = false