fix: bug#13749
This commit is contained in:
parent
eae23b5021
commit
1645f608b6
|
@ -207,9 +207,11 @@ watch(
|
||||||
* 部门点击
|
* 部门点击
|
||||||
*/
|
*/
|
||||||
const onTreeSelect = (keys: any) => {
|
const onTreeSelect = (keys: any) => {
|
||||||
|
if (keys.length) {
|
||||||
deptId.value = keys[0];
|
deptId.value = keys[0];
|
||||||
pageSize.value = 10;
|
pageSize.value = 10;
|
||||||
current.value = 1;
|
current.value = 1;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// 右侧表格
|
// 右侧表格
|
||||||
|
|
Loading…
Reference in New Issue