MorningSeven
MorningSeven
@lzdjack 使用的是最新的main分支代码
@wangxiaoer5200 这个问题在官网存在,在我的工程里面没有复现 
@lzdjack 我使用官网的例子复现了,与是否开启搜索区域没有关系,在useTable配置中添加` rowKey: 'id', `即便不开启搜索区域使用表格刷新也会出现校验不通过的情况
@wangxiaoer5200 不是的,我使用的是编辑行Table,我找到原因了,还是因为 rowKey 的问题,加了 `rowKey: 'id',` 后,行编辑状态下操作列均不会置灰,所以没复现,我删除 rowKey 后,行编辑状态下其他操作列会置灰,你说的那个问题也复现了。 
大佬nice,百忙之中又抽出时间为爱发电了
 我发现在Java版本的库Issues区有人反馈同样的问题。是否有人注意这个问题呢? @AAChartModel 呼唤作者大大
I encountered the same problem. The server often freezes unexpectedly, and after a while, the gogs process is killed by the system
I have probably found the reason. My service is deployed on the public network, and by checking nginx access_log and error_log, there are a large number of requests, mostly from...