Commit ff30f41a by 罗建民

feat:intent支持插件和报表

parent f2520f94
Showing with 3 additions and 1 deletions
...@@ -159,9 +159,10 @@ class Example1 { ...@@ -159,9 +159,10 @@ class Example1 {
} }
def getComponentProps() { def getComponentProps() {
return [ def props = [
"a":1, "a":1,
"b":2 "b":2
] ]
return JsonUtils.dumps(props)
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment