|
|
@ -375,7 +375,7 @@ function injectWorkflowSubMenus(menuNode) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 检测组件路径是否为警务评议与问题处置的通用工单列表
|
|
|
// 检测组件路径是否为警务评议与问题处置的通用工单列表
|
|
|
if (menuNode.component && menuNode.component.includes('jwpy/flow/index')) { |
|
|
if (menuNode.component && (menuNode.component.includes('jwpy/flow/index') || menuNode.component.includes('jwpy/jwpy/flow/index') || menuNode.component.includes('/flow/index'))) { |
|
|
const dictStore = useDictStore(); |
|
|
const dictStore = useDictStore(); |
|
|
// 从数据字典加载流转状态项列表,实现真正的动态插拔
|
|
|
// 从数据字典加载流转状态项列表,实现真正的动态插拔
|
|
|
const statesDict = dictStore.getDictData('WORKFLOW_STATE') || []; |
|
|
const statesDict = dictStore.getDictData('WORKFLOW_STATE') || []; |
|
|
|