mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 04:15:07 +08:00
form-create: 封装通用选择器 hook
This commit is contained in:
@ -35,7 +35,9 @@ const DeptSelect = useCurrencySelect({
|
||||
valueField: 'id',
|
||||
restful: '/system/dept/simple-list'
|
||||
})
|
||||
|
||||
const RestfulSelect = useCurrencySelect({
|
||||
name: 'RestfulSelect'
|
||||
})
|
||||
const components = [
|
||||
ElAside,
|
||||
ElPopconfirm,
|
||||
@ -55,6 +57,7 @@ const components = [
|
||||
DictSelect,
|
||||
UserSelect,
|
||||
DeptSelect,
|
||||
RestfulSelect,
|
||||
Editor
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user