Преглед изворни кода

修复了在当前表格当前页删除为空的情况下页面被锁死的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{}