Fix the problem of data echo in script edit box (#2366)
Co-authored-by: dailidong <dailidong66@gmail.com>git-as-svn/v1/dev
parent
69e000b542
commit
bd6adf284d
|
|
@ -161,8 +161,7 @@
|
|||
resourceList: _.map(this.resourceList, v => {
|
||||
return {id: v}
|
||||
}),
|
||||
localParams: this.localParams,
|
||||
rawScript: editor ? editor.getValue() : ''
|
||||
localParams: this.localParams
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -221,8 +221,7 @@
|
|||
resourceList: _.map(this.resourceList, v => {
|
||||
return {id: v}
|
||||
}),
|
||||
localParams: this.localParams,
|
||||
rawScript: editor ? editor.getValue() : ''
|
||||
localParams: this.localParams
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue