更新仓库bug
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
<el-option
|
||||
v-for="item in productArr"
|
||||
:key="item.id"
|
||||
:disabled="!item.enabled"
|
||||
:label="item.name"
|
||||
:value="item" />
|
||||
</el-select>
|
||||
|
||||
Reference in New Issue
Block a user