|
@@ -267,9 +267,9 @@ export default {
|
|
|
contact: this.recordData.contact.join(","),
|
|
|
type: this.recordData.type.join(","),
|
|
|
timing: this.recordData.recordDate,
|
|
|
- place: this.recordData.place,
|
|
|
- observeCon: this.recordData.recordTit,
|
|
|
- recordCon: this.recordData.recordContent,
|
|
|
+ place: encodeURIComponent(this.recordData.place),
|
|
|
+ observeCon: encodeURIComponent(this.recordData.recordTit),
|
|
|
+ recordCon: encodeURIComponent(this.recordData.recordContent),
|
|
|
imgList: this.recordData.recordImg.join(","),
|
|
|
term: this.recordData.term,
|
|
|
pid: 1
|
|
@@ -334,9 +334,9 @@ export default {
|
|
|
contact: this.recordData.contact.join(","),
|
|
|
type: this.recordData.type.join(","),
|
|
|
timing: this.recordData.recordDate,
|
|
|
- place: this.recordData.place,
|
|
|
- observeCon: this.recordData.recordTit,
|
|
|
- recordCon: this.recordData.recordContent,
|
|
|
+ place: encodeURIComponent(this.recordData.place),
|
|
|
+ observeCon: encodeURIComponent(this.recordData.recordTit),
|
|
|
+ recordCon: encodeURIComponent(this.recordData.recordContent),
|
|
|
imgList: this.recordData.recordImg.join(","),
|
|
|
term: this.recordData.term,
|
|
|
pid: 1
|