|
@@ -227,7 +227,7 @@
|
|
|
<!-- 添加关联 -->
|
|
|
<el-dialog
|
|
|
title="添加关联课程"
|
|
|
- width="380px"
|
|
|
+ width="400px"
|
|
|
:visible.sync="addRelationDialog"
|
|
|
@close="() => this.$refs.addRelationForm.clearValidate()"
|
|
|
>
|
|
@@ -242,6 +242,7 @@
|
|
|
<el-form-item label="课程" class="pull-left" prop="courseId">
|
|
|
<el-select
|
|
|
class="input"
|
|
|
+ style="width: 200px"
|
|
|
:remote-method="getCourses4AddRelation"
|
|
|
@focus="e => getCourses4AddRelation(e.target.value)"
|
|
|
:loading="courseLoading4AddRelation"
|