mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 数据库查询结果导出&其他小问题修复
This commit is contained in:
		@@ -187,9 +187,9 @@ export default defineComponent({
 | 
			
		||||
            },
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        watch(props, (newValue) => {
 | 
			
		||||
            if (props.machineId) {
 | 
			
		||||
                getScripts();
 | 
			
		||||
        watch(props, async (newValue) => {
 | 
			
		||||
            if (props.machineId && newValue.visible) {
 | 
			
		||||
                await getScripts();
 | 
			
		||||
            }
 | 
			
		||||
            state.dialogVisible = newValue.visible;
 | 
			
		||||
        });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user