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