Replies: 3 comments 4 replies
-
@shur520 Thank you for contacting us. We will give feedback later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
服务不应该跟UI有关系,服务就是服务,只应该接收参数,返回响应 |
Beta Was this translation helpful? Give feedback.
4 replies
-
自己实现一个服务, 注入你的页面条件就行了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
用DataServiceBase的QueryAsync统一查询数据的时候没办法知道这个查询来自哪个Table
加个参数可以做个识别,也能做权限判断,不然每个QueryAsync都要写到页面里.
Describe the solution you'd like
加个自定义字段串就行,在QueryPageOptions能获取到就行
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions