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 dayjs from "dayjs";
import { getFileUrlFromServer } from "zy-react-library/utils"; import { getFileUrlFromServer } from "zy-react-library/utils";
import "dayjs/locale/zh-cn"; import "dayjs/locale/zh-cn";
import "../blessed_by_buddha";

View File

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

View File

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