|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!--
|
|
|
|
|
* @Author: xw
|
|
|
|
|
* @Date: 2021-10-09 10:53:21
|
|
|
|
|
* @LastEditTime: 2021-12-13 19:24:47
|
|
|
|
|
* @LastEditTime: 2021-12-14 10:26:27
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: 传播声量TOP10
|
|
|
|
|
* @FilePath: /data-show/src/views/Index/spreadTheSound/index.vue
|
|
|
|
@ -109,9 +109,7 @@ export default {
|
|
|
|
|
this.setBrand({ brandname: res.data });
|
|
|
|
|
this.$router.push("/modelInsight");
|
|
|
|
|
});
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.$message.error('暂无权限访问');
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
let brand = ele.axisValueLabel;
|
|
|
|
|
getBrandOrSeriesLevel({
|
|
|
|
@ -122,9 +120,7 @@ export default {
|
|
|
|
|
this.setBrand({ brandname: brand });
|
|
|
|
|
this.setHeaderType(3);
|
|
|
|
|
this.$router.push("/brandInsight");
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.$message.error('暂无权限访问');
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// 获取车型
|
|
|
|
|