feat
parent
8cc5abbd52
commit
86cc8d7b2a
|
|
@ -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";
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export default function MaterialStep({
|
|||
loading,
|
||||
}) {
|
||||
const [preview, setPreview] = useState(null);
|
||||
|
||||
console.log(disabled)
|
||||
return (
|
||||
<>
|
||||
<Table
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue