提交 81c25322 作者: 郁骅焌

提交

上级 c78b458c
...@@ -9,6 +9,7 @@ module.exports = { ...@@ -9,6 +9,7 @@ module.exports = {
'no-plusplus': 0, 'no-plusplus': 0,
'no-template-curly-in-string': 0, 'no-template-curly-in-string': 0,
'no-param-reassign': 0, 'no-param-reassign': 0,
'no-unused-expressions': 0 'no-unused-expressions': 0,
'no-unused-var': 0
} }
}; };
import React, { useState, useRef, useEffect } from 'react' import React, { useState, useEffect } from 'react'
import { PageHeaderWrapper } from '@ant-design/pro-layout' import { PageHeaderWrapper } from '@ant-design/pro-layout'
import { Card, Switch, Modal } from 'antd' import { Card } from 'antd'
import { connect } from 'umi' import { connect } from 'umi'
import { SageLayoutLR, SageTable, SageModal, SageForm, SageButton, SageMessage, ActionSet } from '@/components/Common' import { SageLayoutLR } from '@/components/Common'
import { getUserDetail } from '@/pages/user/manage/service' import { getUserDetail } from '@/pages/user/manage/service'
import style from './style.less' import style from './style.less'
......
...@@ -2,7 +2,7 @@ import React, { useState, useRef } from 'react' ...@@ -2,7 +2,7 @@ import React, { useState, useRef } from 'react'
import { PageHeaderWrapper } from '@ant-design/pro-layout' import { PageHeaderWrapper } from '@ant-design/pro-layout'
import { Card, Modal, Switch } from 'antd' import { Card, Modal, Switch } from 'antd'
import moment from 'moment' import moment from 'moment'
import { SageLayoutLR, SageTable, SageModal, SageForm, SageButton, SageMessage, ActionSet } from '@/components/Common' import { SageLayoutLR, SageTable, SageModal, SageButton, SageMessage, ActionSet } from '@/components/Common'
import { DeptTree } from '@/components/Business' import { DeptTree } from '@/components/Business'
import { PlusOutlined, RedoOutlined, ExclamationCircleOutlined } from '@ant-design/icons'; import { PlusOutlined, RedoOutlined, ExclamationCircleOutlined } from '@ant-design/icons';
import { queryUser, updateUser, addUser, removeUser, getUserDetail, openOrClose } from './service'; import { queryUser, updateUser, addUser, removeUser, getUserDetail, openOrClose } from './service';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论