fix: bug#13749

This commit is contained in:
xieyonghong 2023-05-18 14:37:55 +08:00
parent eae23b5021
commit 1645f608b6
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}; };
// //