| | |
| | | }); |
| | | }, |
| | | // 右侧的list数据 |
| | | getMList(obj) { |
| | | getMList(key) { |
| | | this.pageLoading = true; |
| | | let Obj = { |
| | | medicalSearchType: this.searchType, |
| | | type: this.classifyType, //查询类型 取值:OFFICIAL->职官 INSTITUTION->机构 ALL->职官、机构 |
| | | name: this.SearchValue, //搜索框检索 |
| | | name: key ? key : this.SearchValue, //搜索框检索 |
| | | dynastyId: this.classifyId, //点击朝代查询数据时,带上此参数 |
| | | sort: this.rankVal, //排序方式 取值:CREATE创建时间,NAME名称 |
| | | page: this.CurrentPage, //第几页 |
| | |
| | | }, |
| | | // list数组 获取list里面的详情shuju |
| | | ListClick(item, index) { |
| | | console.log(item, "item"); |
| | | let Obj = { |
| | | rowId: item.requestId, |
| | | medicalSearchType: this.searchType, |
| | |
| | | }, |
| | | // 热门搜索 |
| | | HotClick(val) { |
| | | this.SearchValue = val; |
| | | this.getMList(); |
| | | // this.SearchValue = val; |
| | | this.getMList(val); |
| | | }, |
| | | // 按照什么排序 |
| | | selectChange(e) { |