This commit is contained in:
break60 2020-04-02 17:32:00 +08:00
parent 5bff786e7c
commit ef8d64aacc
2 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,7 @@
return {id: v}
}),
localParams: this.localParams,
rawScript: editor ? editor.getValue() : ''
}
}
},

View File

@ -222,6 +222,7 @@
return {id: v}
}),
localParams: this.localParams,
rawScript: editor ? editor.getValue() : ''
}
}
},