| | |
| | | async onRefresh() { |
| | | if (this.isLoading) return; |
| | | this.isLoading = true; |
| | | this.finished = false; |
| | | this.loading = false; |
| | | this.refreshing = false; |
| | | this.getLists(); |
| | | // await this.pageCounts() |
| | | await this.getLists() |
| | | await this.pageCounts() |
| | | this.isLoading = false; |
| | | }, |
| | | // 重置 |
| | | reset() { |
| | |
| | | procedureIdList: this.listData.procedureIds ? this.listData.procedureIds : [], |
| | | startDate: this.listData.startDate, |
| | | endDate: this.listData.endDate, |
| | | // statusList: this.listData.cateIds |
| | | statusList: this.listData.cateIds |
| | | }).then(res => { |
| | | if (res.code === 200 && res.data) { |
| | | this.tagList[0].num = res.data.allNum.toString() |
| | |
| | | capacity: this.listData.capacity, |
| | | model: { |
| | | mixParam: this.listData.mixParam, |
| | | planDateStartDate: this.listData.startDate, |
| | | planDateEndDate: this.listData.endDate, |
| | | startDate: this.listData.startDate, |
| | | endDate: this.listData.endDate, |
| | | procedureIdList: this.listData.procedureIds ? this.listData.procedureIds : [], |
| | | factoryId: this.listData.departIds, |
| | | statusList: this.listData.cateIds |
| | |
| | | ] |
| | | }).then(res => { |
| | | this.loading = false |
| | | this.isLoading = false; |
| | | this.listData.total = res.data.total |
| | | if (this.refreshing) { |
| | | this.lists = [] |
| | |
| | | }).catch(err => { |
| | | this.loading = false |
| | | this.finished = true |
| | | this.isLoading = false; |
| | | if (this.refreshing) { |
| | | this.lists = [] |
| | | this.refreshing = false; |