瀏覽代碼

插卷参数修改

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