Explorar o código

销售数据、线索数据调整

qymljy %!s(int64=2) %!d(string=hai) anos
pai
achega
1b714e4454

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

@@ -209,10 +209,10 @@ export default {
     /*选择部门*/
     depSelect(val){
       this.person = ''
-      this.depment = val[val.length -1]
+      this.depment = val
       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){