Commit 7fa2b67a by 张蕴鹏

添加测试用例

parent 01ef248b
Showing with 18 additions and 0 deletions
...@@ -82,6 +82,23 @@ ...@@ -82,6 +82,23 @@
"forward": "close" "forward": "close"
} }
], ],
"intentDefs": [
{
"name": "showList",
"label": "intent-example",
"container": "dialog",
"action": "showList",
"model": "Example1",
"parameters": {
"prefilters": [
{
"property": "id",
"value": "1"
}
]
}
}
],
"mapping_defs": [], "mapping_defs": [],
"joint_defs": [], "joint_defs": [],
"field_defs": [ "field_defs": [
...@@ -123,6 +140,7 @@ ...@@ -123,6 +140,7 @@
"actions": [ "actions": [
"insert" "insert"
], ],
"rowIntents": ["showList"],
"field_groups": [ "field_groups": [
{ {
"label": "id", "label": "id",
......
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