Commit de0f3fac by 张蕴鹏

订单申请

parent dfb987d8
Showing with 23 additions and 1 deletions
......@@ -435,7 +435,28 @@
"action": "showWorkFlowList",
"model": "Example1",
"parameters": {
"workflowListName": "test_list"
"workflowListName": "test_list",
"perfilters": [
{
}
]
}
},
{
"name": "showWorkflowList1",
"label": "intent-工作流列表-过滤",
"container": "dialog",
"action": "showWorkFlowList",
"model": "Example1",
"parameters": {
"workflowListName": "test_list",
"prefilters": [
{
"property": "associate_id",
"value": "1"
}
]
}
},
{
......@@ -826,6 +847,7 @@
"executeAction",
"showList",
"showWorkflowList",
"showWorkflowList1",
"exportTargetList",
"exportTargetList1",
"exportTargetList2",
......
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