7489-testToMaster #408

Merged
alexm merged 292 commits from 7489-testToMaster into master 2024-05-28 05:33:17 +00:00
1 changed files with 0 additions and 8 deletions
Showing only changes of commit 0819d00d05 - Show all commits

View File

@ -178,8 +178,6 @@ function copyUserToken() {
:options="warehousesData"
option-label="name"
option-value="id"
emit-value
dense
input-debounce="0"
hide-selected
/>
@ -189,8 +187,6 @@ function copyUserToken() {
:options="accountBankData"
option-label="bank"
option-value="id"
emit-value
dense
input-debounce="0"
hide-selected
>
@ -213,8 +209,6 @@ function copyUserToken() {
:options="companiesData"
option-label="code"
option-value="id"
emit-value
dense
input-debounce="0"
/>
<VnSelect
@ -224,8 +218,6 @@ function copyUserToken() {
:options="warehousesData"
option-label="name"
option-value="id"
emit-value
dense
input-debounce="0"
/>
</VnRow>