소스 검색

url没有文件相关接口走原来的接口

Pojun 9 달 전
부모
커밋
0fa99b9d91
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      tip-front/src/main/webapp/tc_ttp/common/tc.js

+ 5 - 1
tip-front/src/main/webapp/tc_ttp/common/tc.js

@@ -704,8 +704,12 @@
                         }
                     }
                 })
+            }else {
+                TC.ui.openResource({
+                    label:title || "",
+                    url:url
+                });
             }
-
         };
 
         this.openDialog = function(url, title) {