Unverified Commit bd6adf28 authored by 向偲彪's avatar 向偲彪 Committed by GitHub
Browse files

Fix the problem of data echo in script edit box (#2366)



Co-authored-by: default avatardailidong <dailidong66@gmail.com>
parent 69e000b5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -161,8 +161,7 @@
          resourceList: _.map(this.resourceList, v => {
            return {id: v}
          }),
          localParams: this.localParams,
          rawScript: editor ? editor.getValue() : ''
          localParams: this.localParams
        }
      }
    },
+1 −2
Original line number Diff line number Diff line
@@ -221,8 +221,7 @@
          resourceList: _.map(this.resourceList, v => {
            return {id: v}
          }),
          localParams: this.localParams,
          rawScript: editor ? editor.getValue() : ''
          localParams: this.localParams
        }
      }
    },