Skip to content

Commit 07c694e

Browse files
author
piexlMax(奇淼
committed
fix: 修复点击分配按钮,勾选的菜单消失的bug
1 parent 379f5fe commit 07c694e

File tree

1 file changed

+1
-1
lines changed
  • web/src/view/superAdmin/authority/components

1 file changed

+1
-1
lines changed

Diff for: web/src/view/superAdmin/authority/components/menus.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</el-button>
3838
</span>
3939
<span v-if="data.menuBtn.length">
40-
<el-button type="primary" link @click="() => OpenBtn(data)">
40+
<el-button type="primary" link @click.stop="() => OpenBtn(data)">
4141
分配按钮
4242
</el-button>
4343
</span>

0 commit comments

Comments
 (0)