Commit 6f671b98 authored by anxixi's avatar anxixi

运营指标验收等功能

parent c438ffc4
......@@ -178,6 +178,7 @@
methods:{
screenData(a){
this.search.checkState = a;
this.searchCik();
},
handdetail(val){
this.publicFun.setUserInfoCookie("kolProfessorsSearch",JSON.stringify(this.search))
......@@ -213,6 +214,7 @@
startTime:'',
endTime:'',
};
this.$refs.screenchild.stateinit();
this.cur_page = 1;
this.getCheckProfessorsAxios();
},
......
......@@ -152,6 +152,7 @@
methods:{
screenData(a){
this.search.checkState = a;
this.searchCik();
},
getselectAreaList(){
api.selectAreaList().then(response => {
......@@ -222,6 +223,7 @@
authEnd:'',
orgIdList:null,
};
this.$refs.screenchild.stateinit();
this.cur_page = 1;
this.getAcceptanceAxios();
},
......
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