Commit 354b2098 by 张蕴鹏

feat(工作流):catalog,title,启动流程变动

parent e00a82ff
Showing with 7 additions and 11 deletions
...@@ -162,16 +162,13 @@ ...@@ -162,16 +162,13 @@
], ],
"intentDefs": [ "intentDefs": [
{ {
"name": "addUserRemark", "name": "workflowOp",
"label": "添加备注-userMember", "label": "工作流操作面板",
"action": "addMemo", "container": "dialog",
"when": "1", "model": "Example1",
"enabled": "1", "action": "openWorkflowOperator",
"model": "UserMember",
"parameters": { "parameters": {
"id": "2273296", "processId": 1
"enableRemarkType": false,
"enableAttachments": false
} }
}, },
{ {
...@@ -821,7 +818,7 @@ ...@@ -821,7 +818,7 @@
"delete" "delete"
], ],
"intents": [ "intents": [
"addUserRemark", "workflowOp",
"executeActionOther", "executeActionOther",
"showListPlanListSidebar", "showListPlanListSidebar",
"showListPlanList", "showListPlanList",
...@@ -909,7 +906,6 @@ ...@@ -909,7 +906,6 @@
"delete" "delete"
], ],
"intents": [ "intents": [
"addUserRemark",
"executeActionOther" "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