فهرست منبع

销售数据、线索数据调整

qymljy 2 سال پیش
والد
کامیت
1b714e4454
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/views/salesData/modules/customerAccountBalanceAnalysis.vue

+ 3 - 3
src/views/salesData/modules/customerAccountBalanceAnalysis.vue

@@ -209,10 +209,10 @@ export default {
     /*选择部门*/
     /*选择部门*/
     depSelect(val){
     depSelect(val){
       this.person = ''
       this.person = ''
-      this.depment = val[val.length -1]
+      this.depment = val
       this.param.content.type = 1
       this.param.content.type = 1
-      this.param.content.dataid = this.depment
-      this.queryModel(this.depment)
+      this.param.content.dataid = val[val.length -1]
+      this.queryModel(val[val.length -1])
     },
     },
     /*选择业务员*/
     /*选择业务员*/
     personSelect(val){
     personSelect(val){