Browse Source

Merge branch 'master' of http://prodog.leanwo.com:3000/client-2022/pc-component-v3

yangzhijie1488@163.com 3 years ago
parent
commit
ca33c85738
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/info/src/QueryPage.vue

+ 4 - 0
packages/info/src/QueryPage.vue

@@ -774,6 +774,10 @@ export default {
             Common.processException(errorData);
           });
         }
+      }else if (infoButton.curdWindowNo != null && infoButton.curdWindowNo.length > 0){
+        _self.$router.push(
+          '/desktop/window/' + infoButton.curdWindowNo + '?uuid=' + _self.uuid,
+        );
       }
     },