...
代码块 |
---|
linenumbers | true |
---|
collapse | true |
---|
|
"actions": [{
"key": "go_warn",
"action": [{
"key": "warnEdit",
"action": "CALL_API",
"options": {
"api": "warn.message.edit",
"params": {
"id_": "expression[GET(SELECT_ITEM(),['id'])]",
"info": {
"status": 2
}
}
}
},
{
"key": "super_go",
"action": "GO_STATE",
"options": {
"state": "expression[STR_SLICE(GET(SELECT_ITEM(),['state','url']), 1)]",
"params": "expression[GET(SELECT_ITEM(),['state','param'])]"
}
}
],
"default": true,
"hide": true
}] |
4)如果点击待办一般列表没有反应,需要在场景list元数据配置点击打开流程单据弹窗按钮如果点击待办已办列表的流程类数据没有反应,或出现空白弹窗,需要在场景list元数据配置点击打开流程单据弹窗按钮
代码块 |
---|
linenumbers | true |
---|
collapse | true |
---|
|
{
"key": "workflow_bill_v3",
"action": "CUSTOM_DIALOG",
"hide": true,
"default": true,
"options": {
"dialog_func_param": "=function(_item, _env) {return {'business_id': _item.business_id}}",
"direct_params": true,
"ctrl": "WorkflowDetailNewInfoDialogCtrl",
"data": "=function(_item, _env) {return {'mode':'view', 'business_id': _item.business_id, 'wf_inst_id': _item.id}}"
}
} |
...