修改试题显示问题

This commit is contained in:
daihh
2022-08-11 16:29:14 +08:00
parent 6c56f2c7bd
commit 65f7bd6df9
3 changed files with 26 additions and 22 deletions

View File

@@ -550,6 +550,7 @@ export default {
if (this.course.keyword) {
apiSearchterm.save({ keyword: this.course.keyword, type: 1 });
}
if(this.audiences.length>0){
this.course.audiences=this.audiences.join(",");
}