Browse Source

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

Pojun 7 months ago
parent
commit
0fa99b9d91
1 changed files with 5 additions and 1 deletions
  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) {