@@ -367,7 +367,7 @@
<el-dialog
title="添加关联专业"
:visible.sync="addRelationDialog"
- width="380px"
+ width="400px"
@close="() => this.$refs.addRelationForm.clearValidate()"
>
<el-form
@@ -381,6 +381,7 @@
<el-form-item label="专业" prop="specialtyId">
<el-select
class="input"
+ style="width: 200px"
remote
:remote-method="getSpecialtyList4AddRelation"
@focus="e => getSpecialtyList4AddRelation(e.target.value)"
@@ -227,7 +227,7 @@
<!-- 添加关联 -->
title="添加关联课程"
@@ -242,6 +242,7 @@
<el-form-item label="课程" class="pull-left" prop="courseId">
:remote-method="getCourses4AddRelation"
@focus="e => getCourses4AddRelation(e.target.value)"
:loading="courseLoading4AddRelation"
@@ -631,7 +631,7 @@ export default {
this.rules.orgId = [
{
validator: this.validateOrg,
- trigger: "blur,change"
+ trigger: ["blur", "change"]
}
];
} else {