|
@@ -1890,7 +1890,7 @@ export default {
|
|
|
this.myWord = res.data[0][0].template;
|
|
|
this.templateC.id = "123";
|
|
|
this.nbOrder = res.data[0][0].ordernumber;
|
|
|
- this.CourseType[0] = res.data[1];
|
|
|
+ // this.CourseType[0] = res.data[1];
|
|
|
// this.selectType();
|
|
|
for (var i = 0; i < res.data[1].length; i++) {
|
|
|
// this.courseTypeId[this.CourseType[0][i].typePid] =
|