Commit 1627d82a by 张蕴鹏

fix(工作流): 工作流返回详情页

parent bb3dad4d
Showing with 5 additions and 2 deletions
...@@ -749,6 +749,7 @@ ...@@ -749,6 +749,7 @@
"delete" "delete"
], ],
"intents": [ "intents": [
"executeActionOther",
"showListPlanListSidebar", "showListPlanListSidebar",
"showListPlanList", "showListPlanList",
"executeAction", "executeAction",
...@@ -783,7 +784,8 @@ ...@@ -783,7 +784,8 @@
], ],
"actions": [ "actions": [
"update" "update"
] ],
"intents": ["executeActionOther"]
}, },
"pages": [ "pages": [
{ {
...@@ -814,7 +816,8 @@ ...@@ -814,7 +816,8 @@
"actions": [ "actions": [
"update", "update",
"delete" "delete"
] ],
"intents": ["executeActionOther"]
} }
] ]
}, },
......
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