src/pages/TcmSystem/TcmSystem.vue
@@ -236,7 +236,7 @@ // 机构和职官的类型 取值:OFFICIAL->职官 INSTITUTION->机构 ALL->职官、机构 classifyType: 'ALL', // 机构和职官的id classifyId: 0, classifyId: "", // 职官统计 officials: { title: '职官统计', @@ -357,8 +357,8 @@ // 右侧的list数据 async getMList(obj) { let Obj = { medicalSearchType: "ALL", "type": this.classifyType, //查询类型 取值:OFFICIAL->职官 INSTITUTION->机构 ALL->职官、机构 "bookId": this.source.index, // 点击来源查询数据时,带上此参数 "name": this.SearchValue, //搜索框检索 "dynastyId": this.classifyId, //点击朝代查询数据时,带上此参数 "sort": this.rankVal, //排序方式 取值:CREATE创建时间,NAME名称