|
@@ -2673,7 +2673,7 @@ export default {
|
|
|
? JSON.stringify(this.checkboxList)
|
|
|
: [],
|
|
|
see: this.isTeacherSee == true ? 0 : 1,
|
|
|
- chapters: JSON.stringify(this.unitJson),
|
|
|
+ chapters: JSON.stringify(this.unitJson).replaceAll(/%/g,'%25'),
|
|
|
template: this.cTemplate != "undefined" ? this.cTemplate : "",
|
|
|
courseType: JSON.stringify(this.courseTypeId),
|
|
|
},
|