一键生成课程、试卷参数调整

This commit is contained in:
fan 2020-09-08 14:20:01 +08:00
parent dfb3fcac38
commit d3a7504c2a

View File

@ -42,7 +42,7 @@ export default {
this.dialogVisible = true;
},
doCreate() {
aKeyGeneratingLesson({mapIds: [this.mapId]}).then(resp => {
aKeyGeneratingLesson([this.mapId]).then(resp => {
this.$message.success('生成课程、试卷成功!');
}).catch(() => {
this.$message.error('生成课程、试卷失败!');