mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	Vue3 重构:流程模型的列表和新增、修改
This commit is contained in:
		@@ -34,7 +34,7 @@ export default defineComponent({
 | 
			
		||||
        return null
 | 
			
		||||
      }
 | 
			
		||||
      // 解决自定义字典标签值为零时标签不渲染的问题
 | 
			
		||||
      if (props.value === undefined) {
 | 
			
		||||
      if (props.value === undefined || props.value === null) {
 | 
			
		||||
        return null
 | 
			
		||||
      }
 | 
			
		||||
      getDictObj(props.type, props.value.toString())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user