ソースを参照

Merge branch 'dev/v4.8.33_wh' of qmx/jy into release/v4.8.33

王浩 2 年 前
コミット
0466d1ff08
1 ファイル変更5 行追加2 行削除
  1. 5 2
      src/web/templates/pc/dataSmt/list.html

+ 5 - 2
src/web/templates/pc/dataSmt/list.html

@@ -207,8 +207,11 @@
     }
   }
   function dataSmtdetail (id){
-  
-    window.open('/datasmt/all/'+id+'?searchwords='+getParam('searchValue'))
+    if (getParam('searchValue')==""){
+      window.open('/datasmt/all/'+id)
+    }else {
+      window.open('/datasmt/all/' + id + '?searchwords=' + getParam('searchValue'))
+    }
   }
   function needSubmitHandle (source, name){
     // 调用组件是否留资方法