#
luxiaotao1123
2024-02-28 3ea4df50e897f6aca5d1442933f6598fd047573e
#
13个文件已修改
13 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/system/menu/components/edit.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/menu/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/operationRecord/components/edit.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/operationRecord/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/role/components/edit.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/role/components/scope.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/role/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/components/assignRole.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/components/edit.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/components/pwd.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/userLogin/components/edit.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/userLogin/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/menu/components/edit.jsx
@@ -15,6 +15,7 @@
import IconSelector from '@/components/IconSelector';
const Edit = (props) => {
    const intl = useIntl();
    const [menuType, setMenuType] = useState(0);
    const [menuIconName, setMenuIconName] = useState();
    const [iconSelectorOpen, setIconSelectorOpen] = useState(false);
zy-asrs-flow/src/pages/system/menu/index.jsx
@@ -106,6 +106,7 @@
const Main = () => {
    const intl = useIntl();
    const formTableRef = useRef();
    const actionRef = useRef();
    const [selectedRows, setSelectedRows] = useState([]);
zy-asrs-flow/src/pages/system/operationRecord/components/edit.jsx
@@ -12,6 +12,7 @@
import Http from '@/utils/http';
const Edit = (props) => {
    const intl = useIntl();
    const [form] = Form.useForm();
    const { } = props;
zy-asrs-flow/src/pages/system/operationRecord/index.jsx
@@ -103,6 +103,7 @@
const Main = () => {
    const intl = useIntl();
    const formTableRef = useRef();
    const actionRef = useRef();
    const [selectedRows, setSelectedRows] = useState([]);
zy-asrs-flow/src/pages/system/role/components/edit.jsx
@@ -12,6 +12,7 @@
import Http from '@/utils/http';
const Edit = (props) => {
    const intl = useIntl();
    const [form] = Form.useForm();
    const { } = props;
zy-asrs-flow/src/pages/system/role/components/scope.jsx
@@ -10,6 +10,7 @@
import { transformTreeData, getTreeAllKeys } from '@/utils/tree-util'
const Scope = (props) => {
    const intl = useIntl();
    const [form] = Form.useForm();
    const { originMenuIds, values: { name } } = props;
    const [menuTreeLoading, setMenuTreeLoading] = useState(false);
zy-asrs-flow/src/pages/system/role/index.jsx
@@ -112,6 +112,7 @@
};
const Main = () => {
    const intl = useIntl();
    const formTableRef = useRef();
    const actionRef = useRef();
    const [selectedRows, setSelectedRows] = useState([]);
zy-asrs-flow/src/pages/system/user/components/assignRole.jsx
@@ -9,6 +9,7 @@
import Http from '@/utils/http';
const AssignRole = (props) => {
    const intl = useIntl();
    const [form] = Form.useForm();
    const { } = props;
zy-asrs-flow/src/pages/system/user/components/edit.jsx
@@ -14,6 +14,7 @@
import Http from '@/utils/http';
const Edit = (props) => {
    const intl = useIntl();
    const [form] = Form.useForm();
    const { } = props;
zy-asrs-flow/src/pages/system/user/components/pwd.jsx
@@ -8,6 +8,7 @@
import { Form, Modal } from 'antd';
const Pwd = (props) => {
    const intl = useIntl();
    const [form] = Form.useForm();
    const { } = props;
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -115,6 +115,7 @@
const Main = () => {
    const intl = useIntl();
    const formTableRef = useRef();
    const actionRef = useRef();
    const [selectedRows, setSelectedRows] = useState([]);
zy-asrs-flow/src/pages/system/userLogin/components/edit.jsx
@@ -12,6 +12,7 @@
import Http from '@/utils/http';
const Edit = (props) => {
    const intl = useIntl();
    const [form] = Form.useForm();
    const { } = props;
zy-asrs-flow/src/pages/system/userLogin/index.jsx
@@ -111,6 +111,7 @@
const Main = () => {
    const intl = useIntl();
    const formTableRef = useRef();
    const actionRef = useRef();
    const [selectedRows, setSelectedRows] = useState([]);