searchQuery() {

let id = this.$route.query.id;

if(id){

this.queryParam.resourceInfoId = id//this.$store.state.resourceInfoId

}else{

this.queryParam.resourceInfoId = ”

}

this.loadData();//重新加载表格

this.isShow = true;

},