godcong

Results 97 comments of godcong

@eiixy See https://github.com/go-keg/monorepo/blob/a3710fc18611710cdf2db09c0dc19566184f76e1/internal/data/example/ent/client.go#L196 [extend.go](https://github.com/go-keg/monorepo/blob/main/internal/data/example/ent/extend.go) This implementation is not valid when Debug mode is turned on manually

User Table: id auto-increment, user_id unique key. User_Detail Table: id auto-increment, user_id unique key. My Requirement: The user_id in the user_detail table should have a unique foreign key relationship linking...

或者有什么方法可以,可以在data是null的时候重置Pagination?

没解决...想用state监听errors时控制Pagination显示,但是这样正常搜索又不对了...因为false的时候又没法设置pageSize这些参数.

发现异常后,重新获取数据不会触发onChange Pagination=false的时候好像也不会触发. 可能和这部分逻辑有关系

@jszyy 谢谢. 我本来只是想用ProTable的request,可以自动控制条件查询. 然后,发现这东西不能用,用了就出了这么个问题. 现在又封了一层,不管什么状态,都会返回数据了. ![image](https://github.com/ant-design/pro-components/assets/2727298/2bfeb12d-a1cf-468c-9ed7-a22fa0996399)