|
@@ -178,18 +178,18 @@ export default {
|
|
|
interviewResult: '1',
|
|
|
interviewOpinion: '',
|
|
|
aliasName: '',
|
|
|
- currentPage: 1,
|
|
|
- pageSize: 10,
|
|
|
- searchType: 1,
|
|
|
- searchTypeText: '未完成',
|
|
|
- searchKeyWord: '',
|
|
|
- contractType: 1,
|
|
|
- startDate: null,
|
|
|
- endDate: null,
|
|
|
},
|
|
|
+ currentPage: 1,
|
|
|
+ pageSize: 10,
|
|
|
+ searchType: 1,
|
|
|
+ searchTypeText: '未完成',
|
|
|
+ searchKeyWord: '',
|
|
|
+ contractType: 1,
|
|
|
+ startDate: null,
|
|
|
+ endDate: null,
|
|
|
}
|
|
|
},
|
|
|
- created() {
|
|
|
+ mounted() {
|
|
|
this.getList()
|
|
|
this.showType = this.isShow
|
|
|
},
|
|
@@ -223,16 +223,6 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
getList() {
|
|
|
- console.log(
|
|
|
- this.contractType,
|
|
|
- this.currentPage,
|
|
|
- this.pageSize,
|
|
|
- this.searchType,
|
|
|
- this.searchKeyWord,
|
|
|
- this.startDate,
|
|
|
- this.endDate,
|
|
|
- this.contrPage
|
|
|
- )
|
|
|
getList({
|
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
|
contractType: this.contractType,
|