mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-25 14:56:39 +08:00
!32 【轻量级 PR】:修改代码生成 form.vue.vm 模板中取消事件
Merge pull request !32 from 大熊/master
This commit is contained in:
commit
5075fc6030
@ -10,7 +10,11 @@
|
||||
:title="form.$!{primaryKeyFieldName} ? '编辑' : '添加'"
|
||||
width="$!{insertAndUpdate.width}"
|
||||
:open="visibleFlag"
|
||||
#if($!{insertAndUpdate.pageType} == 'drawer')
|
||||
@close="onClose"
|
||||
#else
|
||||
@cancel="onClose"
|
||||
#end
|
||||
:maskClosable="false"
|
||||
:destroyOnClose="true"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user