mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化
This commit is contained in:
parent
f9030a5636
commit
df99ebfc8e
@ -184,7 +184,7 @@ const Crud = useCrud({
|
|||||||
onRefresh(params, { render }) {
|
onRefresh(params, { render }) {
|
||||||
service.dict.info
|
service.dict.info
|
||||||
.list({
|
.list({
|
||||||
typeId: group.value.id,
|
typeId: group.value?.id,
|
||||||
...params
|
...params
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user