Explorar el Código

修改关闭标签页方法

xuefy hace 4 años
padre
commit
db0922337b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {