|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!--
|
|
|
|
|
* @Author: xw
|
|
|
|
|
* @Date: 2021-10-08 15:56:35
|
|
|
|
|
* @LastEditTime: 2021-12-14 10:27:28
|
|
|
|
|
* @LastEditTime: 2021-12-14 19:14:51
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: 实时事件
|
|
|
|
|
* @FilePath: /data-show/src/views/Index/realTimeEvent/index.vue
|
|
|
|
@ -88,10 +88,16 @@ export default {
|
|
|
|
|
let ele = this.darr[row.rowIndex];
|
|
|
|
|
if (row.columnIndex === 0) {
|
|
|
|
|
let id = ele[3];
|
|
|
|
|
this.setHeaderType(3);
|
|
|
|
|
this.$router.push({
|
|
|
|
|
path: "/eventDEC",
|
|
|
|
|
query: { events_id: id },
|
|
|
|
|
let brand = ele[2];
|
|
|
|
|
getBrandOrSeriesLevel({
|
|
|
|
|
token: this.getToken,
|
|
|
|
|
sBrand: brand,
|
|
|
|
|
}).then(() => {
|
|
|
|
|
this.setHeaderType(3);
|
|
|
|
|
this.$router.push({
|
|
|
|
|
path: "/eventDEC",
|
|
|
|
|
query: { events_id: id },
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
if (row.columnIndex === 2) {
|
|
|
|
@ -107,7 +113,7 @@ export default {
|
|
|
|
|
this.$router.push({
|
|
|
|
|
path: "/brandInsight",
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// 获取车型
|
|
|
|
|