zhangjie 2 年之前
父节点
当前提交
4318b26532
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/record/views/ArchivesManage.vue

+ 1 - 1
src/modules/record/views/ArchivesManage.vue

@@ -248,7 +248,7 @@ export default {
       this.deletePageLastItem();
     },
     toImport(row) {
-      this.uploadData = { id: row.id };
+      this.uploadData = { paperArchivesId: row.id };
       this.$refs.ImportCourseInfo.open();
     },
     uploadSuccess() {