Skip to content

Commit e458e58

Browse files
author
QM303176530
committed
修复了在当前表格当前页删除为空的情况下页面被锁死的bug
1 parent 2547ba8 commit e458e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/model/request/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ type GetAuthorityId struct {
2020
AuthorityId string
2121
}
2222

23-
type Empty struct {}
23+
type Empty struct{}

0 commit comments

Comments
 (0)