瀏覽代碼

修改bug

chenrui 1 年之前
父節點
當前提交
d164b8ede8
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/reportData/tireSalesReport/list.vue

+ 3 - 3
src/views/reportData/tireSalesReport/list.vue

@@ -49,7 +49,7 @@
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-model-item label="产品编码/原厂编码">
-                  <a-input id="tireSalesDealerList-queryWord" v-model.trim="queryParam.queryWord" allowClear placeholder="请输入产品编码/原厂编码"/>
+                  <a-input id="tireSalesDealerList-productWord" v-model.trim="queryParam.productWord" allowClear placeholder="请输入产品编码/原厂编码"/>
                 </a-form-model-item>
               </a-col>
               <a-col :md="6" :sm="24">
@@ -159,7 +159,7 @@ export default {
         subareaSn: undefined,
         subareaAreaSn: undefined,
         bizUserSn: undefined,
-        queryWord: '', // 产品编码
+        productWord: '', // 产品编码/原厂编码
         productName: '', // 产品名称
         dealerLevel: undefined
       },
@@ -268,7 +268,7 @@ export default {
       this.queryParam.subareaSn = undefined
       this.queryParam.subareaAreaSn = undefined
       this.queryParam.bizUserSn = undefined
-      this.queryParam.queryWord = undefined
+      this.queryParam.productWord = undefined
       this.queryParam.productName = undefined
       this.queryParam.dealerLevel = undefined
       this.totalData = null