zhangjie 2 years ago
parent
commit
4318b26532
1 changed files with 1 additions and 1 deletions
  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();
       this.deletePageLastItem();
     },
     },
     toImport(row) {
     toImport(row) {
-      this.uploadData = { id: row.id };
+      this.uploadData = { paperArchivesId: row.id };
       this.$refs.ImportCourseInfo.open();
       this.$refs.ImportCourseInfo.open();
     },
     },
     uploadSuccess() {
     uploadSuccess() {