|
@@ -6,6 +6,7 @@ import type { RadioChangeEvent } from 'antd'
|
|
import { queryAcountList } from '@/services/api/institution'
|
|
import { queryAcountList } from '@/services/api/institution'
|
|
import consts from '@/utils/consts'
|
|
import consts from '@/utils/consts'
|
|
import { ApprovalMethod, ApprovalType } from '../../enum'
|
|
import { ApprovalMethod, ApprovalType } from '../../enum'
|
|
|
|
+import TreeNodeSelect from '@/pages/Project/Management/components/TreeNodeSelect'
|
|
const debounceTimeout = 800
|
|
const debounceTimeout = 800
|
|
|
|
|
|
const FlowDrawer = () => {
|
|
const FlowDrawer = () => {
|
|
@@ -124,6 +125,11 @@ const FlowDrawer = () => {
|
|
<span className="font-medium mr-1 text-14px">添加员工</span>
|
|
<span className="font-medium mr-1 text-14px">添加员工</span>
|
|
{/* <span className="text-hex-000000 text-opacity-45">不得超过20人</span> */}
|
|
{/* <span className="text-hex-000000 text-opacity-45">不得超过20人</span> */}
|
|
</div>
|
|
</div>
|
|
|
|
+ {/* <TreeNodeSelect
|
|
|
|
+ showSearch
|
|
|
|
+ onChange={triggerChange}
|
|
|
|
+ treeData={state.options?.filter(item => !staffIds.includes(item.value))}
|
|
|
|
+ /> */}
|
|
<Select
|
|
<Select
|
|
showSearch
|
|
showSearch
|
|
disabled={state.staffOptions.length}
|
|
disabled={state.staffOptions.length}
|