|
@@ -11,12 +11,12 @@
|
|
|
<el-form
|
|
|
:inline="true"
|
|
|
:model="topForm"
|
|
|
- @submit.stop.native="submit"
|
|
|
- @reset.stop.native="reset"
|
|
|
+ @submit.stop.native.prevent="submit"
|
|
|
+ @reset.stop.native.prevent="reset"
|
|
|
>
|
|
|
<el-form-item>
|
|
|
<el-select
|
|
|
- v-model.trim="topForm.classType"
|
|
|
+ v-model.trim="topForm.type"
|
|
|
clearable
|
|
|
filterable
|
|
|
placeholder="请选择班级类型"
|
|
@@ -824,7 +824,7 @@ export default {
|
|
|
step: "00:05",
|
|
|
teamid: "",
|
|
|
topForm: {
|
|
|
- classType: "",
|
|
|
+ type: "",
|
|
|
hasCourse: "",
|
|
|
},
|
|
|
studentSubmitedData: null,
|