瀏覽代碼

bug修复

chenrui 3 年之前
父節點
當前提交
8fc261020c
共有 1 個文件被更改,包括 2 次插入1 次删除
  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