bug修复
							parent
							
								
									200fe337ef
								
							
						
					
					
						commit
						cf13437877
					
				| 
						 | 
				
			
			@ -107,10 +107,10 @@ const form = ref({
 | 
			
		|||
const { list: menuList } = await getBusDataItemsMenuList();
 | 
			
		||||
const childMenuList = ref([]);
 | 
			
		||||
onMounted(() => {
 | 
			
		||||
  if (props.resourceId)
 | 
			
		||||
    childMenuList.value = menuList.filter(
 | 
			
		||||
      (item) => item.menuId === props.resourceId
 | 
			
		||||
    )[0].children;
 | 
			
		||||
  if (!props.resourceId) return;
 | 
			
		||||
  childMenuList.value = menuList.filter(
 | 
			
		||||
    (item) => item.menuId === props.resourceId
 | 
			
		||||
  )[0].children;
 | 
			
		||||
  fnFindByMenuId();
 | 
			
		||||
});
 | 
			
		||||
watch(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue