소스 검색

功能管理

1178232204@qq.com 3 년 전
부모
커밋
d57fe0e455
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/FuncManager/AddFunc.js

+ 1 - 0
src/components/FuncManager/AddFunc.js

@@ -2,6 +2,7 @@ import React, {
   useState, useEffect, useContext
 } from 'react';
 import {  Form, Input, Select, Button, Switch, TreeSelect, message, Space } from 'antd';
+import { useSelector } from 'react-redux';
 import apiObj from '@api/index';
 import FuncContext from './func-context';
 const { post, api, xPost } = apiObj;