fix
This commit is contained in:
parent
5bff786e7c
commit
ef8d64aacc
|
|
@ -162,6 +162,7 @@
|
|||
return {id: v}
|
||||
}),
|
||||
localParams: this.localParams,
|
||||
rawScript: editor ? editor.getValue() : ''
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -222,6 +222,7 @@
|
|||
return {id: v}
|
||||
}),
|
||||
localParams: this.localParams,
|
||||
rawScript: editor ? editor.getValue() : ''
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue