@@ -306,9 +306,11 @@ export default {
this.examList
);
} else if (v === 2) {
- this.fileInfo.fileList = [];
- this.infolist = {};
- this.attList = [];
+ // this.fileInfo.fileList = [];
+ // this.infolist = {};
+ // this.attList = [];
+ // this.examDescription = "";
+ this.$router.push({ path: '/materialApplication'});
return;
}
},