提交 257c02ae authored 作者: 钟是志's avatar 钟是志

获取workId 的bug

上级 b2b8880c
......@@ -7,7 +7,8 @@ import { getOneStopConfig } from '@/webPublic/zyd_public/utils/utils';
// const id = '1234718972352397312';
// 考核汇总页面
function OtherCheckRecord({ form, location: { pathname }, workId }) {
function OtherCheckRecord({ form, workId, ...otherProps }) {
const pathname = otherProps?.location?.pathname;
const [data, setData] = useState();
useEffect(() => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论