提交 7ec788a2 authored 作者: 钟是志's avatar 钟是志

34510 【铜仁】宿管系统-统计分析管理-宿舍查寝统计,部分数据无法查看详情,部分数据无显示,账号15121620145

上级 81ed3047
...@@ -13,7 +13,7 @@ export default function PrintQnmz(props) { ...@@ -13,7 +13,7 @@ export default function PrintQnmz(props) {
const { location: {pathname} } = props; const { location: {pathname} } = props;
const componentRef = useRef(); const componentRef = useRef();
const [showPrint, setShowPrint] = useState(false); const [showPrint, setShowPrint] = useState(false);
const id = getOneStopConfig(pathname); const id = props.id || getOneStopConfig(pathname);
useEffect(() => { useEffect(() => {
setTimeout(() => { setTimeout(() => {
setShowPrint(true); setShowPrint(true);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论