|
@@ -275,16 +275,16 @@ export default {
|
|
|
let params = [
|
|
|
{
|
|
|
uid: this.userid,
|
|
|
- info: JSON.stringify(this.raceInfo).replaceAll(/%/g, "%25"),
|
|
|
- over: JSON.stringify(this.raceOverView).replaceAll(/%/g, "%25"),
|
|
|
- pro: JSON.stringify(this.raceProcess).replaceAll(/%/g, "%25"),
|
|
|
- act:JSON.stringify(this.raceProcess).replaceAll(/%/g, "%25"),
|
|
|
- exc:JSON.stringify(this.raceExceva).replaceAll(/%/g, "%25"),
|
|
|
+ info: JSON.stringify(this.raceInfo),
|
|
|
+ over: JSON.stringify(this.raceOverView),
|
|
|
+ pro: JSON.stringify(this.raceProcess),
|
|
|
+ act:JSON.stringify(this.raceProcess),
|
|
|
+ exc:JSON.stringify(this.raceExceva),
|
|
|
courseType: JSON.stringify(this.raceInfo.type).replaceAll(
|
|
|
/%/g,
|
|
|
"%25"
|
|
|
),
|
|
|
- res: JSON.stringify(this.raceEffect).replaceAll(/%/g, "%25"),
|
|
|
+ res: JSON.stringify(this.raceEffect),
|
|
|
},
|
|
|
];
|
|
|
this.ajax
|
|
@@ -312,12 +312,12 @@ export default {
|
|
|
let params = [
|
|
|
{
|
|
|
id: this.aid,
|
|
|
- info: JSON.stringify(this.raceInfo).replaceAll(/%/g, "%25"),
|
|
|
- over: JSON.stringify(this.raceOverView).replaceAll(/%/g, "%25"),
|
|
|
- pro: JSON.stringify(this.raceProcess).replaceAll(/%/g, "%25"),
|
|
|
- act:JSON.stringify(this.raceProcess).replaceAll(/%/g, "%25"),
|
|
|
- exc:JSON.stringify(this.raceExceva).replaceAll(/%/g, "%25"),
|
|
|
- res: JSON.stringify(this.raceEffect).replaceAll(/%/g, "%25"),
|
|
|
+ info: JSON.stringify(this.raceInfo),
|
|
|
+ over: JSON.stringify(this.raceOverView),
|
|
|
+ pro: JSON.stringify(this.raceProcess),
|
|
|
+ act:JSON.stringify(this.raceProcess),
|
|
|
+ exc:JSON.stringify(this.raceExceva),
|
|
|
+ res: JSON.stringify(this.raceEffect),
|
|
|
courseType: JSON.stringify(this.raceInfo.type).replaceAll(
|
|
|
/%/g,
|
|
|
"%25"
|