mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	所有菜单的 name 都加上模块的前缀,避免冲突
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
			
		||||
  </ContentWrap>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
<script setup lang="ts" name="BpmModelEditor">
 | 
			
		||||
// 自定义元素选中时的弹出菜单(修改 默认任务 为 用户任务)
 | 
			
		||||
import CustomContentPadProvider from '@/components/bpmnProcessDesigner/package/designer/plugins/content-pad'
 | 
			
		||||
// 自定义左侧菜单(修改 默认任务 为 用户任务)
 | 
			
		||||
 
 | 
			
		||||
@@ -224,7 +224,7 @@
 | 
			
		||||
  </Dialog>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script setup lang="ts" name="Form">
 | 
			
		||||
<script setup lang="ts" name="BpmModel">
 | 
			
		||||
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
 | 
			
		||||
import { dateFormatter, formatDate } from '@/utils/formatTime'
 | 
			
		||||
import * as ModelApi from '@/api/bpm/model'
 | 
			
		||||
@@ -319,7 +319,7 @@ const handleChangeState = async (row) => {
 | 
			
		||||
/** 设计流程 */
 | 
			
		||||
const handleDesign = (row) => {
 | 
			
		||||
  push({
 | 
			
		||||
    name: 'modelEditor',
 | 
			
		||||
    name: 'BpmModelEditor',
 | 
			
		||||
    query: {
 | 
			
		||||
      modelId: row.id
 | 
			
		||||
    }
 | 
			
		||||
@@ -352,7 +352,7 @@ const handleAssignRule = (row) => {
 | 
			
		||||
/** 跳转到指定流程定义列表 */
 | 
			
		||||
const handleDefinitionList = (row) => {
 | 
			
		||||
  push({
 | 
			
		||||
    name: 'BpmProcessDefinitionList',
 | 
			
		||||
    name: 'BpmProcessDefinition',
 | 
			
		||||
    query: {
 | 
			
		||||
      key: row.key
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user