提交 5ce01654 authored 作者: 钟是志's avatar 钟是志

签章组件完善

上级 d5776a7a
...@@ -20,8 +20,8 @@ export default function PictureSignature({ ...@@ -20,8 +20,8 @@ export default function PictureSignature({
...others ...others
}) { }) {
let imageRef = useRef(); let imageRef = useRef();
// const [fileInfo, setFileInfo] = useState(others?.fileInfo); const [fileInfo, setFileInfo] = useState(others?.fileInfo);
const [fileInfo, setFileInfo] = useState(fakeFileInfo); // const [fileInfo, setFileInfo] = useState(fakeFileInfo);
const [openEdit, setOpenEdit] = useState(false); const [openEdit, setOpenEdit] = useState(false);
const [showModal, setShowModal] = useState(false); const [showModal, setShowModal] = useState(false);
const [otherProps, setOtherProps] = useState({}); const [otherProps, setOtherProps] = useState({});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论