mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix vue3下点击编辑,取消修改报错问题
This commit is contained in:
		@@ -12,6 +12,7 @@ import lombok.experimental.Accessors;
 | 
			
		||||
 | 
			
		||||
import javax.validation.constraints.Email;
 | 
			
		||||
import javax.validation.constraints.NotBlank;
 | 
			
		||||
import javax.validation.constraints.NotNull;
 | 
			
		||||
import javax.validation.constraints.Size;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -47,8 +48,8 @@ public class SysDept extends TreeEntity {
 | 
			
		||||
     * 显示顺序
 | 
			
		||||
     */
 | 
			
		||||
    @ApiModelProperty(value = "显示顺序")
 | 
			
		||||
    @NotBlank(message = "显示顺序不能为空")
 | 
			
		||||
    private String orderNum;
 | 
			
		||||
    @NotNull(message = "显示顺序不能为空")
 | 
			
		||||
    private Long orderNum;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 负责人
 | 
			
		||||
 
 | 
			
		||||
@@ -46,8 +46,8 @@ public class SysMenu extends TreeEntity {
 | 
			
		||||
     * 显示顺序
 | 
			
		||||
     */
 | 
			
		||||
    @ApiModelProperty(value = "显示顺序")
 | 
			
		||||
    @NotBlank(message = "显示顺序不能为空")
 | 
			
		||||
    private String orderNum;
 | 
			
		||||
    @NotNull(message = "显示顺序不能为空")
 | 
			
		||||
    private Long orderNum;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 路由地址
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user