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