yuanyiming 1 年之前
父节点
当前提交
72d33f7cd1
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/eva/studentEvaluate.vue

+ 3 - 3
src/views/eva/studentEvaluate.vue

@@ -702,9 +702,9 @@ export default {
           contact: this.selectSData.join(','),
           type: this.selectWData.join(','),
           timing: this.visitTime,
-          place: this.place,
-          observeCon: this.observeCon,
-          recordCon: this.recordCon,
+          place: encodeURIComponent(this.place),
+          observeCon: encodeURIComponent(this.observeCon),
+          recordCon: encodeURIComponent(this.recordCon),
           imgList: this.imgList.join(','),
           term: this.termData[0],
           pid: this.placeId