#
luxiaotao1123
2024-02-21 15aaed7d892c36af66235a3e4d0a0fe33a21087e
#
1个文件已修改
6 ■■■■ 已修改文件
zy-asrs-flow/src/pages/system/user/index.jsx 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -454,7 +454,11 @@
                            switcherIcon={<DownOutlined />}
                            onSelect={(selectedKeys, info) => {
                                const deptId = selectedKeys[0];
                                console.log(deptId);
                                setSearchParam(prevState => ({
                                    ...prevState,
                                    deptId: deptId
                                }));
                                actionRef.current?.reload();
                            }}
                        />
                    </Card>