|
|
@@ -1,5 +1,6 @@
|
|
|
import React, { useState, useEffect } from 'react';
|
|
|
-import { Table, Button, Space, Input, Modal, Form, message, Select } from 'antd';
|
|
|
+import { Table, Button, Space, Input, Modal, Form, message ,Select} from 'antd';
|
|
|
+import AreaTreeSelect from '@/client/admin/components/AreaTreeSelect';
|
|
|
import { PlusOutlined, EditOutlined, DeleteOutlined, SearchOutlined } from '@ant-design/icons';
|
|
|
import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query';
|
|
|
import { clientClient, areaClient } from '@/client/api';
|