Commit 6f671b98 authored by anxixi's avatar anxixi

运营指标验收等功能

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