prod
校文 3 years ago
parent f5a13d0d6c
commit 123d37f574

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

Loading…
Cancel
Save