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

Co-authored-by: dailidong <dailidong66@gmail.com>
This commit is contained in:
break60 2020-04-04 12:17:02 +08:00 committed by GitHub
parent 69e000b542
commit bd6adf284d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -161,8 +161,7 @@
resourceList: _.map(this.resourceList, v => {
return {id: v}
}),
localParams: this.localParams,
rawScript: editor ? editor.getValue() : ''
localParams: this.localParams
}
}
},

View File

@ -221,8 +221,7 @@
resourceList: _.map(this.resourceList, v => {
return {id: v}
}),
localParams: this.localParams,
rawScript: editor ? editor.getValue() : ''
localParams: this.localParams
}
}
},