Browse Source

bug修复

chenrui 3 năm trước cách đây
mục cha
commit
8fc261020c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/salesManagement/waitDispatch/queryPart.vue

+ 2 - 1
src/views/salesManagement/waitDispatch/queryPart.vue

@@ -27,7 +27,7 @@
           </a-col>
           <a-col :md="4" :sm="24">
             <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>
@@ -261,6 +261,7 @@ export default {
     },
     //  重置
     resetSearchForm () {
+      this.queryParam.ptype = '0'
       this.queryParam.productCode = ''
       this.queryParam.productName = ''
       this.queryParam.promotionFlag = undefined