浏览代码

修改关闭标签页方法

xuefy 3 年之前
父节点
当前提交
db0922337b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      flowable-front/src/components/views/openDeal.vue

+ 1 - 1
flowable-front/src/components/views/openDeal.vue

@@ -130,8 +130,8 @@ import { METHODS } from 'http';
                     })
                     })
                 },
                 },
             closeDealVue(){
             closeDealVue(){
-                // history.go(-1);
                 window.parent.goParent();
                 window.parent.goParent();
+                history.go(-1);
                 // alert("关闭此窗口!");
                 // alert("关闭此窗口!");
             },
             },
             getQueryString(name) {
             getQueryString(name) {