浏览代码

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

GouGengquan 1 年之前
父节点
当前提交
0a3e533ac1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {