mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: 报错代码调整
This commit is contained in:
		@@ -215,13 +215,9 @@ watch(
 | 
			
		||||
    }
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
watch(
 | 
			
		||||
    () => isShowSearch.value,
 | 
			
		||||
    () => {
 | 
			
		||||
        console.log('watch show sa');
 | 
			
		||||
        calcuTableHeight();
 | 
			
		||||
    }
 | 
			
		||||
);
 | 
			
		||||
watch(isShowSearch, () => {
 | 
			
		||||
    calcuTableHeight();
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
onMounted(async () => {
 | 
			
		||||
    calcuTableHeight();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user