fix: 修复点击分配按钮,勾选的菜单消失的bug

This commit is contained in:
piexlMax(奇淼
2025-04-15 16:43:22 +08:00
parent 379f5fe841
commit 07c694e24d

View File

@@ -37,7 +37,7 @@
</el-button>
</span>
<span v-if="data.menuBtn.length">
<el-button type="primary" link @click="() => OpenBtn(data)">
<el-button type="primary" link @click.stop="() => OpenBtn(data)">
分配按钮
</el-button>
</span>