| | |
| | | }; |
| | | }, |
| | | created() { |
| | | alert(1233) |
| | | // alert(1233) |
| | | this.getList(); |
| | | // this.getCateInfor() |
| | | this.getInfo() |
| | |
| | | |
| | | getList() { |
| | | this.loading = true; |
| | | console.log(this.dateRange) |
| | | if(this.dateRange!=null) |
| | | { |
| | | this.queryParams.happenStartTime = this.dateRange.length > 0 && this.dateRange[0] |
| | | this.queryParams.happenEndTime = this.dateRange.length > 0 && this.dateRange[1] |
| | | console.log(this.queryParams) |
| | | } |
| | | else |
| | | { |
| | | this.queryParams.happenStartTime = null |
| | | this.queryParams.happenEndTime = null |
| | | } |
| | | |
| | | console.log(this.queryParams) |
| | | //alert(this.queryParams.name) |
| | | // listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => { |
| | | let _this = this |