Commit 7fa2b67a by 张蕴鹏

添加测试用例

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