fix: selectMaterialChange bug
This commit is contained in:
parent
222d766c11
commit
8f79680b21
|
@ -20,7 +20,7 @@
|
|||
v-for="item in materialOptions"
|
||||
:key="item.id"
|
||||
:label="item.full_name"
|
||||
:value="item.id"
|
||||
:value="item"
|
||||
>
|
||||
<span style="float: left">{{ item.full_name }}</span>
|
||||
</el-option>
|
||||
|
|
Loading…
Reference in New Issue