Browse Source

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

main
QM303176530 4 years ago
parent
commit
64dcaa2762
  1. 2
      server/model/request/common.go

2
server/model/request/common.go

@ -20,4 +20,4 @@ type GetAuthorityId struct {
AuthorityId string
}
type Empty struct {}
type Empty struct{}
Loading…
Cancel
Save