mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 19:06:39 +08:00
Pre Merge pull request !31 from 大熊/master
This commit is contained in:
commit
fba1f54861
@ -10,7 +10,11 @@
|
|||||||
:title="form.$!{primaryKeyFieldName} ? '编辑' : '添加'"
|
:title="form.$!{primaryKeyFieldName} ? '编辑' : '添加'"
|
||||||
width="$!{insertAndUpdate.width}"
|
width="$!{insertAndUpdate.width}"
|
||||||
:open="visibleFlag"
|
:open="visibleFlag"
|
||||||
|
#if($!{insertAndUpdate.pageType} == 'drawer')
|
||||||
|
@close="onClose"
|
||||||
|
#else
|
||||||
@cancel="onClose"
|
@cancel="onClose"
|
||||||
|
#end
|
||||||
:maskClosable="false"
|
:maskClosable="false"
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user