#
luxiaotao1123
2024-02-21 15aaed7d892c36af66235a3e4d0a0fe33a21087e
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>