bugfix
This commit is contained in:
parent
24e2660520
commit
5dc5c9bf56
@ -39,7 +39,7 @@
|
|||||||
"label": "实例明细:{{inst.id}}",
|
"label": "实例明细:{{inst.id}}",
|
||||||
“url": "{{entire_url('show_instance.ui')}}"
|
“url": "{{entire_url('show_instance.ui')}}"
|
||||||
},
|
},
|
||||||
{% works = get_my_flow_works(request) %}
|
{% set works = get_my_flow_works(request) %}
|
||||||
{% for work in works %}
|
{% for work in works %}
|
||||||
{
|
{
|
||||||
"name": "{{inst.id}}_show",
|
"name": "{{inst.id}}_show",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user