"use strict";vue.component("search-view",{data:function(){return{show:!0,keyword:"",currpage:1,pagesize:6,total:0,loading:!1,searchruesult:[]}},methods:{_pagechange:function(t){this.getdata(t)},close:function(){$("html,body").css({overflow:"auto"}),$(".app-search-contain").removeclass("show"),this.searchruesult=[],this.currpage=1,this.total=0,this.keyword=""},getdata:function(t){var e=this;1!=e.loading&&(e.keyword,e.loading=!0,gethttp("get",url_findlist,{data:e.keyword,page:t+"",pagesize:e.pagesize+""},function(t){e.loading=!1,e.searchruesult=t.data.records,e.total=t.data.total},function(t){e.loading=!1}))},open:opendetail},template:'
\n\t\t
\n\t\t\t\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t\t \n\t\t\t\n\t\t\n\t\t
\n\t\t\t\n\t\t
\n\t
'});