Sfoglia il codice sorgente

修改关闭标签页方法

xuefy 3 anni fa
parent
commit
db0922337b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {