소스 검색

查询窗口增加跳转到Curd窗口的路由

xlj_bule 4 년 전
부모
커밋
fde8cbcefa
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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,
+        );
       }
     },