Explorar o código

跳转曲线页面

小王 hai 1 ano
pai
achega
3047de4d65
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      vpp-ui/src/views/vpp/fdjh/LeftNav.vue

+ 2 - 4
vpp-ui/src/views/vpp/fdjh/LeftNav.vue

@@ -149,11 +149,9 @@ export default {
   methods: {
     selectMenu(key, keyPath, node) {
       if (key == '/1/5') {
-        window.open('/#/echartsQuery')
+        window.parent.open('/#/echartsQuery', '_self')
+
       }
-      /*if (document.getElementsByClassName('el-menu-item')[i].id == '/1/5') {
-        console.log(111)
-      }*/
       // 右侧区域显示页面
       var parentIframe = parent.document.getElementById('showcontent');
       parentIframe.src = node.$attrs.id;