Skip to content

Commit 11c5c08

Browse files
committed
fix part edit storage location
1 parent 6de4604 commit 11c5c08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

front/src/views/parts/Edit.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,14 @@
335335
<label for="storage_location" class="block">Storage Location</label>
336336
<TreeSelect
337337
v-model="form.storage_location"
338+
v-model:expandedKeys="expandedStorageKeys"
338339
input-id="storage_location"
339340
placeholder="A box under the bench or some drawer ?"
341+
fluid
340342
:options="choicesStorageLocation"
341343
selection-mode="single"
342-
fluid />
344+
auto-filter-focus
345+
filter />
343346
</div>
344347
<div class="col-4 col-offset-1">
345348
<label for="footprint" class="block">Footprint</label>

0 commit comments

Comments
 (0)