|
|
|
@ -16,6 +16,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {getBrandName} from '@/api/comm/index.js'
|
|
|
|
|
import { getHomeCartypeTop10 } from "@/api/KeyMediaHome/index.js"
|
|
|
|
|
import createOpt from "./opt"
|
|
|
|
|
export default {
|
|
|
|
@ -59,7 +60,14 @@ export default {
|
|
|
|
|
let ele = data;
|
|
|
|
|
let model = ele.axisValueLabel;
|
|
|
|
|
this.setModel({ name: model });
|
|
|
|
|
this.$router.push("/modelInsight");
|
|
|
|
|
let obj = {
|
|
|
|
|
token: this.getToken,
|
|
|
|
|
sSeriesName: model
|
|
|
|
|
}
|
|
|
|
|
getBrandName(obj).then(res => {
|
|
|
|
|
this.setBrand({ brandname: res.data });
|
|
|
|
|
this.$router.push("/modelInsight");
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|