mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 11:47:51 +08:00
Fix the problem of data echo in script edit box (#2366)
Co-authored-by: dailidong <dailidong66@gmail.com>
This commit is contained in:
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
Block a user