Commit 8cffef97 authored by 皮倩雯's avatar 皮倩雯

fix: '数据库初始化'

parent 98fc1424
Pipeline #56961 passed with stages
......@@ -56,7 +56,6 @@ const formLables = {
let time = null;
const DatabaseInitialization = props => {
const [form] = Form.useForm();
const [option, setOption] = useState([]); // 下拉列表数据
const [modalVisible, setModalVisible] = useState({
describeVisible: false, // 描述弹窗
versionVisible: false, // 检查版本弹窗
......@@ -77,7 +76,6 @@ const DatabaseInitialization = props => {
const [data, setData] = useState([]);
const [title, setTitle] = useState([]);
const [listVisible, setListVisible] = useState(false);
const [keepCode, setKeepCode] = useState([]);
const [keepData, setKeepData] = useState([]);
const [code, setCode] = useState('');
......@@ -90,7 +88,6 @@ const DatabaseInitialization = props => {
const [keepNa, setkeepNa] = useState('');
const [keepCo, setkeepCo] = useState('');
const [keepMsg, setkeepMsg] = useState('');
const [keepState, setKeepState] = useState(0);
const [allLength, setAllLength] = useState('');
const [beforeColor, setbeforeColor] = useState('gray');
const [firstColor, setfirstColor] = useState('gray');
......
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