fix: 角色编辑修改框销毁后新建避免菜单勾选失败
This commit is contained in:
@@ -1105,6 +1105,7 @@ onMounted(() => {
|
||||
width="800px"
|
||||
:keyboard="false"
|
||||
:mask-closable="false"
|
||||
:destroy-on-close="true"
|
||||
:visible="modalState.visibleByEdit"
|
||||
:title="modalState.title"
|
||||
:confirm-loading="modalState.confirmLoading"
|
||||
@@ -1248,6 +1249,7 @@ onMounted(() => {
|
||||
width="800px"
|
||||
:keyboard="false"
|
||||
:mask-closable="false"
|
||||
:destroy-on-close="true"
|
||||
:visible="modalState.visibleByDataScope"
|
||||
:title="modalState.title"
|
||||
:confirm-loading="modalState.confirmLoading"
|
||||
|
||||
Reference in New Issue
Block a user