提交 6b348099 authored 作者: 钟是志's avatar 钟是志

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

上级 7ec788a2
...@@ -10,14 +10,16 @@ import IframeForRenderForm from './IframeForRenderForm'; ...@@ -10,14 +10,16 @@ import IframeForRenderForm from './IframeForRenderForm';
import { getOneStopConfig } from '@/webPublic/zyd_public/utils/utils'; import { getOneStopConfig } from '@/webPublic/zyd_public/utils/utils';
export default function PrintQnmz(props) { export default function PrintQnmz(props) {
const { location: {pathname} } = props; const { location: {pathname}, noNeedPrint } = props;
const componentRef = useRef(); const componentRef = useRef();
const [showPrint, setShowPrint] = useState(false); const [showPrint, setShowPrint] = useState(false);
const id = props.id || getOneStopConfig(pathname); const id = props.id || getOneStopConfig(pathname);
useEffect(() => { useEffect(() => {
setTimeout(() => { if(!noNeedPrint){
setShowPrint(true); setTimeout(() => {
}, 2000); setShowPrint(true);
}, 2000);
}
}, []); }, []);
return (<div> return (<div>
<div id={'showButtonDiv'} className={styles.buttonDiv2}> <div id={'showButtonDiv'} className={styles.buttonDiv2}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论