소스 검색

插卷参数修改

duy 1 주 전
부모
커밋
0e2def544c
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/views/archives/manage/FileInsertModal.vue

+ 5 - 5
src/views/archives/manage/FileInsertModal.vue

@@ -345,16 +345,16 @@ const insertDialogSave = async () => {
   
   // 准备提交的数据,保留inType信息
   const submitData = {
-    targetId: archiveId.value,
-    sourceId: insertModal.fileNumber,
-    targetIndexFileId:currentRowId.value,
-    type: insertModal.type,
+    targetId: insertModal.fileNumber,
+    sourceId: archiveId.value,
+    
+    
     sourceArchiveFileIds: arrToId(selectedFiles.value),
     sortFileList	: arrToId(tableData.value),
   }
   insertDialogLoading.value = true
     const { error, code, msg } = await tuningApi.insertArchives(submitData)
-    console.log(code, 'code')
+ 
     
       insertDialogLoading.value = false
   tableLoading.value = false