|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!--
|
|
|
|
|
* @Author: xw
|
|
|
|
|
* @Date: 2021-10-09 10:53:21
|
|
|
|
|
* @LastEditTime: 2021-12-13 18:57:01
|
|
|
|
|
* @LastEditTime: 2021-12-13 19:24:47
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: 传播声量TOP10
|
|
|
|
|
* @FilePath: /data-show/src/views/Index/spreadTheSound/index.vue
|
|
|
|
@ -98,7 +98,6 @@ export default {
|
|
|
|
|
let ele = data[0];
|
|
|
|
|
if (this.type === 1) {
|
|
|
|
|
let model = ele.axisValueLabel;
|
|
|
|
|
|
|
|
|
|
let obj = {
|
|
|
|
|
token: this.getToken,
|
|
|
|
|
sSeriesName: model,
|
|
|
|
@ -110,6 +109,8 @@ export default {
|
|
|
|
|
this.setBrand({ brandname: res.data });
|
|
|
|
|
this.$router.push("/modelInsight");
|
|
|
|
|
});
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.$message.error('暂无权限访问');
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
let brand = ele.axisValueLabel;
|
|
|
|
@ -121,6 +122,8 @@ export default {
|
|
|
|
|
this.setBrand({ brandname: brand });
|
|
|
|
|
this.setHeaderType(3);
|
|
|
|
|
this.$router.push("/brandInsight");
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.$message.error('暂无权限访问');
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|