|
@@ -496,8 +496,10 @@ export default {
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
currentPage: this.currentPage,
|
|
currentPage: this.currentPage,
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|
|
- contractNo: this.contractNo,
|
|
|
|
- pcFlag: this.pcFlag
|
|
|
|
|
|
+ // contractNo: this.contractNo,
|
|
|
|
+ pcFlag: this.pcFlag,
|
|
|
|
+ searchType: this.searchType,
|
|
|
|
+ searchKeyWord: this.searchKeyWord
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then(response => {
|
|
.then(response => {
|