|
@@ -452,8 +452,8 @@
|
|
|
toUserInfoList(){
|
|
|
var that = this;
|
|
|
console.log(that.conditionData)
|
|
|
- // this.$router.push({ path:'/userInfoList',query:that.conditionData})
|
|
|
- this.$router.push({ name:'UserInfoList',params:that.conditionData},)
|
|
|
+ this.$router.push({ path:'/userInfoList',query:that.conditionData})
|
|
|
+ // this.$router.push({ name:'UserInfoList',params:that.conditionData},)
|
|
|
},
|
|
|
// 客户年龄段性别分布
|
|
|
getAgeSexDis(){
|