|
@@ -87,7 +87,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-item label="生产商">
|
|
|
- <a-input v-model="queryParam.producerName" placeholder="生产商名称"/>
|
|
|
+ <a-input v-model="queryParam.producerId" placeholder="生产商名称"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
@@ -418,7 +418,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '生产商',
|
|
|
- dataIndex: 'producerName',
|
|
|
+ dataIndex: 'producerId',
|
|
|
width: 120,
|
|
|
checked: true
|
|
|
},
|