From a79b625fced7df321549ba8fda5786dc00449521 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 26 Nov 2025 14:17:10 +0800 Subject: [PATCH] 1.补充提交 --- src/components/Common/CommonExamInfo/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Common/CommonExamInfo/index.js b/src/components/Common/CommonExamInfo/index.js index 83ac453..63cf2f3 100644 --- a/src/components/Common/CommonExamInfo/index.js +++ b/src/components/Common/CommonExamInfo/index.js @@ -1,11 +1,11 @@ /* eslint-disable */ import React, { Component } from 'react'; import moment from 'moment'; -import { Input, Layout, Steps, Select, Button, Modal,message, Spin } from 'antd'; +import { Input, Layout, Steps, Select, Button, Modal,message, Spin } from 'antd-v4'; import { UserOutlined } from '@ant-design/icons'; import * as commonUtils from '@/utils/utils';/* 通用方法 */ import * as commonServices from '@/services/services';/* 服务类 */ -import * as commonConfig from '../../../utils/config'; +import commonConfig from '../../../utils/config'; import flowPicture2 from '@/assets/flow/flowpic.png'; import styles from './index.less'; import AntdDraggableModal from "../AntdDraggableModal"; -- libgit2 0.22.2