|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!--
|
|
|
|
|
* @Author: xw
|
|
|
|
|
* @Date: 2021-10-09 10:53:21
|
|
|
|
|
* @LastEditTime: 2021-11-29 10:41:14
|
|
|
|
|
* @LastEditTime: 2021-11-30 18:58:54
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: 传播声量TOP10
|
|
|
|
|
* @FilePath: /data-show/src/views/Index/spreadTheSound/index.vue
|
|
|
|
@ -26,6 +26,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
import createOpt from "./opt";
|
|
|
|
|
import { getHomeBrandSourceType0528 } from "@/api/home";
|
|
|
|
|
import {getBrandName} from "@/api/comm"
|
|
|
|
|
export default {
|
|
|
|
|
name: "spread-the-sound",
|
|
|
|
|
data() {
|
|
|
|
@ -90,7 +91,15 @@ export default {
|
|
|
|
|
let model = ele.axisValueLabel
|
|
|
|
|
this.setModel({name: model});
|
|
|
|
|
this.setHeaderType(3);
|
|
|
|
|
this.$router.push("/modelInsight");
|
|
|
|
|
let obj = {
|
|
|
|
|
token: this.getToken,
|
|
|
|
|
sSeriesName: model
|
|
|
|
|
}
|
|
|
|
|
getBrandName(obj).then((res) => {
|
|
|
|
|
console.log(res)
|
|
|
|
|
// this.$router.push("/modelInsight");
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
let brand = ele.axisValueLabel;
|
|
|
|
|
this.setBrand({brandname: brand});
|
|
|
|
|