lilei 6 ngày trước cách đây
mục cha
commit
c2ca5d6ddf

+ 5 - 4
src/views/reportData/billingStatistics/customerCountList.vue

@@ -57,7 +57,7 @@
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-model-item label="客服">
-                  <customerService ref="customerName" id="customerCountList-customerName" v-model="queryParam.kfSn"></customerService>
+                  <customerService ref="customerName" id="customerCountList-customerName" v-model="queryParam.subareaArea.kfSn"></customerService>
                 </a-form-model-item>
               </a-col>
             </template>
@@ -170,9 +170,9 @@ export default {
         subareaArea: {
           subareaSn: '', // 区域
           subareaAreaSn: '', // 分区
-          bizUserSn: undefined// 区域负责人
-        },
-        kfSn: undefined// 客服
+          bizUserSn: undefined, // 区域负责人
+          kfSn: undefined// 客服
+        }
       },
       columns: [], // 表格  列数据
       totalData: null, // 合计
@@ -313,6 +313,7 @@ export default {
       this.queryParam.subareaArea.subareaSn = ''
       this.queryParam.subareaArea.subareaAreaSn = ''
       this.queryParam.subareaArea.bizUserSn = undefined
+      this.queryParam.subareaArea.kfSn = undefined
       this.queryParam.dealerLevel = undefined
       if (this.advanced) {
         this.$refs.subarea.clearData()