Commit 9ebf7f7e authored by 张伯涛's avatar 张伯涛

一进入页面自动滚动到最顶部

parent a86b6fb1
...@@ -396,7 +396,7 @@ export default { ...@@ -396,7 +396,7 @@ export default {
}, },
created() { created() {
this.getCoursePlanOptions() // 获取企业和院校的课程方案 this.getCoursePlanOptions() // 获取企业和院校的课程方案
// this.handleToTop() // 一进入页面自动滚动到最顶部 this.handleToTop() // 一进入页面自动滚动到最顶部
this.mallIdentityType = this.$route.query.mallIdentityType || '' this.mallIdentityType = this.$route.query.mallIdentityType || ''
if (this.mallIdentityType) { if (this.mallIdentityType) {
this.getDicts(dictCons['TEC_CLASSIFY']).then(response => { this.getDicts(dictCons['TEC_CLASSIFY']).then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment