| | |
| | | this.getData() |
| | | }, |
| | | mounted() { |
| | | console.log(this.addConfig, "这是啥") |
| | | }, |
| | | methods: { |
| | | setTable() { |
| | |
| | | sourceID: this.addConfig.id, |
| | | sourceType: sourceTyle, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | pageSize: this.pagerOptions.pageSize, |
| | | client_id:this.addConfig.client_id, |
| | | } |
| | | } else { |
| | | params = { |
| | | keyword: this.keyword, |
| | | keywordType: this.keywordType, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | pageSize: this.pagerOptions.pageSize, |
| | | client_id:this.addConfig.client_id, |
| | | } |
| | | } |
| | | await getReceiptList(params) |