fix: selectMaterialChange bug

This commit is contained in:
caoqianming 2023-12-22 14:04:33 +08:00
parent 222d766c11
commit 8f79680b21
1 changed files with 1 additions and 1 deletions

View File

@ -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>