|
@@ -282,21 +282,8 @@ export default {
|
|
|
}
|
|
|
this.type = this.$route.query.type;
|
|
|
this.pageType = this.$route.query.pageType;
|
|
|
- if (this.type === 7) {
|
|
|
- this.form.linkUrl = vaildStudentUrl() + "/#/knowledge"
|
|
|
- } else {
|
|
|
- this.form.linkUrl = vaildStudentUrl() + "/#/specialdetail"
|
|
|
- }
|
|
|
this.init();
|
|
|
},
|
|
|
- deactivated () {
|
|
|
- // console.log(this.type)
|
|
|
- // if (this.type === 7) {
|
|
|
- // this.form.linkUrl = vaildStudentUrl() + "/#/knowledge"
|
|
|
- // } else {
|
|
|
- // this.form.linkUrl = vaildStudentUrl() + "/#/specialdetail"
|
|
|
- // }
|
|
|
- },
|
|
|
methods: {
|
|
|
init () {
|
|
|
this.getList();
|