This commit is contained in:
icssoa 2022-08-01 11:44:22 +08:00
parent f9030a5636
commit df99ebfc8e

View File

@ -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) => {