|
@ -30,6 +30,10 @@ new Vue({
|
|
},
|
|
},
|
|
goSearch:function(value){
|
|
goSearch:function(value){
|
|
if(!value)value=''
|
|
if(!value)value=''
|
|
|
|
if(!value){
|
|
|
|
top.toastr.error("请输入检索词再进行搜索");
|
|
|
|
return
|
|
|
|
}
|
|
url = '../html/search.html?search='+value;
|
|
url = '../html/search.html?search='+value;
|
|
GlobalEventBus.$emit('setIframeUrl', {
|
|
GlobalEventBus.$emit('setIframeUrl', {
|
|
history: {url:url,text:'全文病历检索'}
|
|
history: {url:url,text:'全文病历检索'}
|