#
luxiaotao1123
2024-02-20 bf5265a5f9e0b1b648becb8c3d12569608f58bab
#
1个文件已修改
9 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/system/user/index.jsx 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -94,15 +94,14 @@
    const [modalVisible, setModalVisible] = useState(false);
    const [currentRow, setCurrentRow] = useState();
    const [searchParam, setSearchParam] = useState({});
    const [boxHeight, setBoxHeight] = useState(window.innerHeight - 390);
    const [boxHeight, setBoxHeight] = useState();
    useEffect(() => {
        const handleResize = () => setBoxHeight(window.innerHeight - 390);
        const handleResize = () => setBoxHeight(window.innerHeight - 368);
        window.addEventListener('resize', handleResize);
        handleResize();
        return () => window.removeEventListener('resize', handleResize);
    }, []);
    }, [boxHeight]);
    const columns = [
        {