|
@@ -379,7 +379,6 @@ export default {
|
|
|
deptBudgetTotal: 0,
|
|
|
currentPage: 1,
|
|
|
pageSize: 10,
|
|
|
- searchType: 1,
|
|
|
searchKeyWord: '',
|
|
|
contractType: 2,
|
|
|
startDate: null,
|
|
@@ -552,7 +551,6 @@ export default {
|
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
|
currentPage: this.currentPage,
|
|
|
pageSize: this.pageSize,
|
|
|
- searchType: this.searchType,
|
|
|
pcFlag:this.pcFlag,
|
|
|
residentCityProvincial: this.residentCityProvincial,
|
|
|
residentCityMunicipal: this.residentCityMunicipal,
|