feat
parent
ec8be80200
commit
b34263d79d
|
|
@ -1,6 +1,7 @@
|
|||
import React, { useState } from "react";
|
||||
import React, { useState, useEffect } from "react";
|
||||
import { Button, Select, Tag, Space, Input } from "antd";
|
||||
import { Connect } from "@cqsjjb/jjb-dva-runtime";
|
||||
import { tools } from "@cqsjjb/jjb-common-lib";
|
||||
import { NS_QUAL_REVIEW } from "~/enumerate/namespace";
|
||||
import PageLayout from "@cqsjjb/jjb-react-admin-component/PageLayout";
|
||||
|
||||
|
|
@ -12,7 +13,7 @@ const QualConfirmForm = (props) => {
|
|||
const [result, setResult] = useState(undefined);
|
||||
const [opinion, setOpinion] = useState("");
|
||||
|
||||
|
||||
const {router}=tools;
|
||||
const { qualReview, fetchQualFilingDetail } = props;
|
||||
const { fetchQualFilingDetailLoading, qualFilingDetail } = qualReview;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue