|
@@ -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){
|
|
|
// 调用组件是否留资方法
|