| | |
| | | }, |
| | | |
| | | mounted() { |
| | | if (grtItem("officeExpenseCheck")) { |
| | | this.queryParams = grtItem("officeExpenseCheck"); |
| | | if (grtItem("performanceCheck")) { |
| | | this.queryParams = grtItem("performanceCheck"); |
| | | this.queryParams.APPLICATIONBEGTIME = ""; |
| | | this.queryParams.APPLICATIONENDTIME = ""; |
| | | } |
| | |
| | | // this.queryParams.params = {}; |
| | | console.log("this.queryParams", this.queryParams); |
| | | listbypower(this.queryParams).then(res => { |
| | | removeItem("officeExpenseCheck"); |
| | | setItem("officeExpenseCheck", this.queryParams); |
| | | removeItem("performanceCheck"); |
| | | setItem("performanceCheck", this.queryParams); |
| | | this.loading = false; |
| | | let list = res.rows; |
| | | this.total = res.total; |