mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	feat: 使用标签替代项目
This commit is contained in:
		@@ -73,6 +73,7 @@ export default defineComponent({
 | 
			
		||||
                state.form = { ...newValue.account };
 | 
			
		||||
                state.edit = true;
 | 
			
		||||
            } else {
 | 
			
		||||
                state.edit = false;
 | 
			
		||||
                state.form = {} as any;
 | 
			
		||||
            }
 | 
			
		||||
            state.dialogVisible = newValue.visible;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user