Browse Source

系统参数

李志伟 2 years ago
parent
commit
32d162dba3
2 changed files with 0 additions and 3 deletions
  1. 0
    1
      src/pages/BasicParameters/index.jsx
  2. 0
    2
      src/pages/applicationList/index.jsx

+ 0
- 1
src/pages/BasicParameters/index.jsx View File

@@ -1,6 +1,5 @@
1 1
 import { Card, message } from 'antd';
2 2
 import { useEffect, useState } from 'react';
3
-import ProCard from '@ant-design/pro-card';
4 3
 import { PageHeaderWrapper } from '@ant-design/pro-layout';
5 4
 import { getSetting, updateSetting } from '@/services/setting';
6 5
 import SettingRow from '@/components/SettingRow';

+ 0
- 2
src/pages/applicationList/index.jsx View File

@@ -1,5 +1,4 @@
1 1
 import React, { useRef } from 'react'
2
-import { useModel } from 'umi';
3 2
 import moment from 'moment';
4 3
 import { DatePicker, Button } from 'antd';
5 4
 import { PageHeaderWrapper } from '@ant-design/pro-layout';
@@ -13,7 +12,6 @@ const formatterTime = (val) => {
13 12
 };
14 13
 
15 14
 export default (props) => {
16
-  const initDate = useRef(moment())
17 15
   const actionRef = useRef();
18 16
   const columns = [
19 17
     {