|
@@ -134,8 +134,6 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
async getTree() {
|
|
async getTree() {
|
|
const data = await courseTargetList({
|
|
const data = await courseTargetList({
|
|
- examId: this.course.examId,
|
|
|
|
- courseCode: this.course.courseCode,
|
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
teachCourseId: this.course.teachCourseId,
|
|
});
|
|
});
|
|
this.treeData = (data || []).map((item) => {
|
|
this.treeData = (data || []).map((item) => {
|