fix: 左边部门树错误emit导致会调用两次列表api
This commit is contained in:
@@ -133,7 +133,8 @@ function handleDownloadExcel() {
|
||||
<DeptTree
|
||||
v-model:select-dept-id="selectDeptId"
|
||||
class="w-[260px]"
|
||||
@select="() => tableApi.query()"
|
||||
@reload="() => tableApi.reload()"
|
||||
@select="() => tableApi.reload()"
|
||||
/>
|
||||
<BasicTable class="flex-1 overflow-hidden" table-title="岗位列表">
|
||||
<template #toolbar-tools>
|
||||
|
Reference in New Issue
Block a user