提点意见
#482
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
1.CRUD 希望初始调用一次查询嘛。比如刚进页面默认内部调一次查询。建议加个参数

2.select的data希望能支持函数
类似这种吧 因为有时候数据可能来自后端 ,这就会涉及到同步异步的问题,改成支持函数的话就能避免了
3.通过ref.closeDialog()可以关闭Dialog但是不会触发defineCrudBeforeClose。目前发有个小的影响就是 先编辑弹框后然后关闭 然后在点击新增弹框会编辑框的数据 新增框也有了,但是这个可以通过defineCrudBeforeOpen 打开重置form.value 。影响不大 但是不知道会不会有其他影响。
Beta Was this translation helpful? Give feedback.
All reactions