fix: remove params
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
4ab3934da3
commit
5eb842f1b4
|
@ -33,7 +33,6 @@ defineExpose({ states });
|
||||||
</template>
|
</template>
|
||||||
<template #body="{ params, searchFn }">
|
<template #body="{ params, searchFn }">
|
||||||
<div class="q-pa-sm q-gutter-y-sm">
|
<div class="q-pa-sm q-gutter-y-sm">
|
||||||
{{ params }}
|
|
||||||
<VnInput
|
<VnInput
|
||||||
:label="t('travel.Id')"
|
:label="t('travel.Id')"
|
||||||
v-model="params.id"
|
v-model="params.id"
|
||||||
|
|
Loading…
Reference in New Issue