|
@@ -90,6 +90,10 @@ export default {
|
|
|
this.isComponent = val
|
|
|
},
|
|
|
search(val){
|
|
|
+ if(val == ''){
|
|
|
+ this.$message.error('检索信息不能为空')
|
|
|
+ return false
|
|
|
+ }
|
|
|
var a = {
|
|
|
searchCondition:val,
|
|
|
DBType:this.DBType,
|
|
@@ -103,6 +107,11 @@ export default {
|
|
|
data:JSON.stringify(a)
|
|
|
}
|
|
|
})
|
|
|
+ let params = {
|
|
|
+ params:{},
|
|
|
+ countryList:this.countryList
|
|
|
+ }
|
|
|
+ this.$s.setSession('queryParams',params)
|
|
|
// this.$s.setSession('retrieveRecordId',0)
|
|
|
// window.open(router.href, '_blank');
|
|
|
},
|