You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q1:当点击 OK 按钮后,Modal 自动关闭,但有时候在 Modal 上有一些信息需要用户修改,取消自动关闭。
现在想到的方法是,在 on-ok 的回调函数抛出异常让后面的代码不执行,或 :show-ok="true" 取消默认 OK 按钮然后自己写一个 OK 按钮,但希望有个解决方法能更方便些。
Q1:当点击 OK 按钮后,Modal 自动关闭,但有时候在 Modal 上有一些信息需要用户修改,取消自动关闭。
现在想到的方法是,在 on-ok 的回调函数抛出异常让后面的代码不执行,或 :show-ok="true" 取消默认 OK 按钮然后自己写一个 OK 按钮,但希望有个解决方法能更方便些。
Q2:出现 Modal 的遮罩后,使用 this.$notify 弹出信息会被遮罩盖住,如何设置弹出信息不被遮罩遮住?
The text was updated successfully, but these errors were encountered: