Browse Source

1.资产跳转老系统去掉获取cookie

GouGengquan 1 year ago
parent
commit
0a3e533ac1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/assets/oldSystemAssetsOrderList.vue

+ 1 - 1
src/views/assets/oldSystemAssetsOrderList.vue

@@ -186,7 +186,7 @@ export default {
             this.getPage();
         },
         jumpToOldSystem(instanceId) {
-            this.getEverCookie();
+            // this.getEverCookie();
             window.open("http://noa.scdayou.com/workflow/runtime/flowTask/detail-instance?flowInstanceId=" + instanceId, '_blank')
         },
         getEverCookie() {