Commit 93a3000a authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 投标资格预审文件上传添加token字段

parent d4c9ae54
......@@ -14,15 +14,15 @@ import DescriptionsInfo from '@/pages/procurement/components/descriptionsInfo';
import BidTransformRecord from '@/pages/procurement/components/transferRecord';
import MellowCard from '@/components/MellowCard';
import { PublicApi } from '@/services/api';
import { getAuth } from '@/utils/auth';
const { Link } = Anchor;
const ReadyQualifityCheckedDetail: React.FC = () => {
const { token } = getAuth() || {}
const { formContext, id } = useBidDetail({type: 'tender'})
const {data} = formContext
console.log(data)
const [isFixed, setIsFixed] = useState<boolean>(false)
const flagRef = useRef({
flag: false,
......@@ -74,6 +74,9 @@ const ReadyQualifityCheckedDetail: React.FC = () => {
fileType: 1,
prefix: '',
},
headers: {
token
},
itemRender: () => null,
fileList,
onChange(info) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment