소스 검색

修复了在当前表格当前页删除为空的情况下页面被锁死的bug

QM303176530 4 년 전
부모
커밋
64dcaa2762
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/model/request/common.go

+ 1 - 1
server/model/request/common.go

@@ -20,4 +20,4 @@ type GetAuthorityId struct {
 	AuthorityId string
 }
 
-type Empty struct {}
+type Empty struct{}