Commit 4d68a285 authored by anxixi's avatar anxixi

运营指标验收等功能

parent 1078c859
......@@ -386,7 +386,7 @@
//条件查询专家列表
searchexpert(state){
this.cur_page = 1;
this.getsearchModerator();
this.getsearchProfessor();
},
//添加单个专家
......@@ -418,7 +418,7 @@
numberOfPages: this.professorcur_page || 1,
totalItemCount: 0
},
search: {empName:this.modelexpert},
search: {empName:this.professorexpert},
sort: {}
};
api.searchProfessor(params).then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment