Parcourir la source

修改关闭标签页方法

xuefy il y a 3 ans
Parent
commit
db0922337b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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(){
-                // history.go(-1);
                 window.parent.goParent();
+                history.go(-1);
                 // alert("关闭此窗口!");
             },
             getQueryString(name) {