Browse Source

ai通过项目标题生成题目

SanHQin 1 năm trước cách đây
mục cha
commit
eff4836901
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/pages/pblCourse/index.vue

+ 1 - 1
src/components/pages/pblCourse/index.vue

@@ -141,7 +141,7 @@ export default {
 						// }
 					} else {
 						this.courseName = data.title;
-						this.selectTopic = data.name;
+						this.selectTopic = data.title;
 						this.getTaskList();
 					}
 				})