|
@@ -27,7 +27,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="4" :sm="24">
|
|
<a-col :md="4" :sm="24">
|
|
<a-form-item label="类型">
|
|
<a-form-item label="类型">
|
|
- <a-select allowClear v-model.trim="queryParam.ptype" :dropdownMatchSelectWidth="false" >
|
|
|
|
|
|
+ <a-select v-model.trim="queryParam.ptype" :dropdownMatchSelectWidth="false" >
|
|
<a-select-option value="0">
|
|
<a-select-option value="0">
|
|
全部产品
|
|
全部产品
|
|
</a-select-option>
|
|
</a-select-option>
|
|
@@ -261,6 +261,7 @@ export default {
|
|
},
|
|
},
|
|
// 重置
|
|
// 重置
|
|
resetSearchForm () {
|
|
resetSearchForm () {
|
|
|
|
+ this.queryParam.ptype = '0'
|
|
this.queryParam.productCode = ''
|
|
this.queryParam.productCode = ''
|
|
this.queryParam.productName = ''
|
|
this.queryParam.productName = ''
|
|
this.queryParam.promotionFlag = undefined
|
|
this.queryParam.promotionFlag = undefined
|