|
@@ -654,7 +654,6 @@ import timetoolVue from '../timetool/timetool.vue';
|
|
},
|
|
},
|
|
|
|
|
|
selectDegreeId(domain, index, domainItem, list) {
|
|
selectDegreeId(domain, index, domainItem, list) {
|
|
- console.log(domain)
|
|
|
|
this.$axios.post("/report/defaultDegree", {
|
|
this.$axios.post("/report/defaultDegree", {
|
|
projectId: domain.id
|
|
projectId: domain.id
|
|
})
|
|
})
|
|
@@ -667,7 +666,6 @@ import timetoolVue from '../timetool/timetool.vue';
|
|
domainItem.degreeId = res.data.id
|
|
domainItem.degreeId = res.data.id
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- console.log(domainItem, '值')
|
|
|
|
this.$forceUpdate();
|
|
this.$forceUpdate();
|
|
} else {
|
|
} else {
|
|
this.$toast.fail('获取失败:'+res.msg);
|
|
this.$toast.fail('获取失败:'+res.msg);
|