| | |
| | | // console.log(this.queryParams) |
| | | this.queryParams.happenStartTime = this.dateRange.length > 0 && this.dateRange[0] |
| | | this.queryParams.happenEndTime = this.dateRange.length > 0 && this.dateRange[1] |
| | | |
| | | let _this = this |
| | | // listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => { |
| | | listCollection(this.queryParams).then(response => { |
| | | // alert(123) |
| | | // console.log(response.data) |
| | | this.collectionList = response.data.data; |
| | | this.total = response.data.total; |
| | | this.loading = false; |
| | | if(response.msg=="您没加入到对应的家庭,请联系管理员") |
| | | { |
| | | _this.$modal.msgSuccess("您没加入到对应的家庭,请联系管理员"); |
| | | _this.loading = false; |
| | | }else{ |
| | | _this.collectionList = response.data.data; |
| | | _this.total = response.data.total; |
| | | _this.loading = false; |
| | | } |
| | | } |
| | | ); |
| | | listType(this.queryParams).then(response => { |