fix: 角色批量删除报错问题修复
Former-commit-id: 27a287020f669f2f9c7573d34f7646b3a9546f8c
This commit is contained in:
@@ -272,7 +272,7 @@ onMounted(() => {
|
||||
<el-button
|
||||
type="danger"
|
||||
:disabled="ids.length === 0"
|
||||
@click="handleDelete"
|
||||
@click="handleDelete()"
|
||||
><i-ep-delete />删除</el-button
|
||||
>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user