|
@@ -13,9 +13,7 @@
|
|
|
>
|
|
|
<div style="margin-bottom: 10px">
|
|
|
<el-button-group>
|
|
|
- <el-button type="primary" @click="saveOnlineExam"
|
|
|
- >保 存</el-button
|
|
|
- >
|
|
|
+ <el-button type="primary" @click="saveExam">保 存</el-button>
|
|
|
<el-button @click="back">返 回</el-button>
|
|
|
</el-button-group>
|
|
|
</div>
|
|
@@ -591,7 +589,7 @@ export default {
|
|
|
this.show_ckeditor = true;
|
|
|
}
|
|
|
},
|
|
|
- saveOnlineExam: function() {
|
|
|
+ saveExam: function() {
|
|
|
this.form.beginTime = this.examDatetimeRange[0];
|
|
|
this.form.endTime = this.examDatetimeRange[1];
|
|
|
console.log(this.form);
|