Skip to content

Commit 41c05ec

Browse files
authored
Merge pull request #149 from misakichan/patch-3
菜单管理关闭按钮回掉方法绑定问题
2 parents f5e5687 + 243b73c commit 41c05ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/views/admin/sys-menu/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<el-drawer
145145
ref="drawer"
146146
:title="title"
147-
:before-close="handleClose"
147+
:before-close="cancel"
148148
:visible.sync="open"
149149
direction="rtl"
150150
custom-class="demo-drawer"

0 commit comments

Comments
 (0)