fix: remove limit=0
gitea/salix-front/pipeline/pr-test There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-test There was a failure building this commit
Details
This commit is contained in:
parent
0b1b0b40a2
commit
e595201501
|
@ -200,7 +200,6 @@ async function getAmountPaid() {
|
||||||
option-label="bank"
|
option-label="bank"
|
||||||
:include="{ relation: 'accountingType' }"
|
:include="{ relation: 'accountingType' }"
|
||||||
sort-by="id"
|
sort-by="id"
|
||||||
:limit="0"
|
|
||||||
@update:model-value="
|
@update:model-value="
|
||||||
(value, options) => setPaymentType(data, value, options)
|
(value, options) => setPaymentType(data, value, options)
|
||||||
"
|
"
|
||||||
|
|
|
@ -191,7 +191,6 @@ async function onSubmit(formData) {
|
||||||
option-label="bank"
|
option-label="bank"
|
||||||
:include="{ relation: 'accountingType' }"
|
:include="{ relation: 'accountingType' }"
|
||||||
sort-by="id"
|
sort-by="id"
|
||||||
:limit="0"
|
|
||||||
@update:model-value="
|
@update:model-value="
|
||||||
(value, options) => setPaymentType(data, value, options)
|
(value, options) => setPaymentType(data, value, options)
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue