dev_1.0.1
tangjie 2026-07-01 15:21:13 +08:00
parent 8cc5abbd52
commit 86cc8d7b2a
3 changed files with 4 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import { message } from "antd";
import dayjs from "dayjs";
import { getFileUrlFromServer } from "zy-react-library/utils";
import "dayjs/locale/zh-cn";
import "../blessed_by_buddha";

View File

@ -10,7 +10,7 @@ export default function MaterialStep({
loading,
}) {
const [preview, setPreview] = useState(null);
console.log(disabled)
return (
<>
<Table

View File

@ -65,9 +65,8 @@ function FilingFormPage(props) {
const [activeFilingId] = useState(filingId);
const detailRef = useRef(null);
const readOnly =
query.readOnly ||
(detail ? !isQualFilingEditable(detail.filingStatusCode) : false);
query.readOnly
const listMode =
mode === FILING_FORM_MODE.FILED
? "filed"
@ -99,7 +98,6 @@ function FilingFormPage(props) {
}, []);
useEffect(() => {
if (!personnelOptions.length) {
return;