|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!--
|
|
|
|
|
* @Author: your name
|
|
|
|
|
* @Date: 2021-10-18 10:42:29
|
|
|
|
|
* @LastEditTime: 2021-11-19 14:35:15
|
|
|
|
|
* @LastEditTime: 2021-11-19 15:44:04
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: In User Settings Edit
|
|
|
|
|
* @FilePath: /data-show/src/views/EventComparison/ec-d1/index.vue
|
|
|
|
@ -52,7 +52,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
goback() {
|
|
|
|
|
this.$router.go(-1);
|
|
|
|
|
this.$router.push('/eventInsight');
|
|
|
|
|
},
|
|
|
|
|
// 切换事件
|
|
|
|
|
handlerSwitch() {
|
|
|
|
@ -69,6 +69,7 @@ export default {
|
|
|
|
|
token: this.getToken,
|
|
|
|
|
iContrastType: 3,
|
|
|
|
|
sRele: sRele,
|
|
|
|
|
sType: 'ToEventPptV6'
|
|
|
|
|
});
|
|
|
|
|
getToPptTask(obj).then(() => {
|
|
|
|
|
this.$notification.open({
|
|
|
|
|