zhangjie 2 жил өмнө
parent
commit
4318b26532

+ 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() {