|
@@ -156,13 +156,8 @@ export default {
|
|
this.getOptionalMajors()
|
|
this.getOptionalMajors()
|
|
this.getReportList()
|
|
this.getReportList()
|
|
this.getRecommendMajor()
|
|
this.getRecommendMajor()
|
|
- this.getData()
|
|
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- async getData() {
|
|
|
|
- const res = await getData()
|
|
|
|
- this.propData = res.data
|
|
|
|
- },
|
|
|
|
getRecommendMajor() {
|
|
getRecommendMajor() {
|
|
getRecommendMajor().then(res => {
|
|
getRecommendMajor().then(res => {
|
|
this.evaluationMajors= res.data
|
|
this.evaluationMajors= res.data
|