|
|
@ -106,7 +106,7 @@ export default { |
|
|
//监听选择器-作业类型 |
|
|
//监听选择器-作业类型 |
|
|
changeType(e) { |
|
|
changeType(e) { |
|
|
console.log('选择器-作业类型', e); |
|
|
console.log('选择器-作业类型', e); |
|
|
this.formData.type = e.value; // 更新 course_id |
|
|
this.formData.type = e.value; // 更新 type |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|