minipro_standard/components/static/yty-data-picker/yty-data-picker.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
minipro_standard/manifest.json | 补丁 | 查看 | 原始文档 | blame | 历史 | |
minipro_standard/pages/plannedDistribution/plannedDistribution.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
minipro_standard/pages/plannedProgress/plannedProgress.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
minipro_standard/components/static/yty-data-picker/yty-data-picker.pngBinary files differ
minipro_standard/manifest.json
minipro_standard/pages/plannedDistribution/plannedDistribution.vue
@@ -119,9 +119,7 @@ // 点击当前项 clickItem(i) { this.list.forEach((item, index) => { if (i === index) { item.isActive = !item.isActive } item.isActive = i === index }) }, // 搜索 minipro_standard/pages/plannedProgress/plannedProgress.vue
@@ -195,9 +195,11 @@ async onRefresh() { if (this.isLoading) return; this.isLoading = true; await this.getLists() await this.pageCounts() this.isLoading = false; this.finished = false; this.loading = false; this.refreshing = false; this.getLists(); // await this.pageCounts() }, // 重置 reset() { @@ -263,7 +265,7 @@ 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() @@ -347,6 +349,7 @@ ] }).then(res => { this.loading = false this.isLoading = false; this.listData.total = res.data.total if (this.refreshing) { this.lists = [] @@ -364,6 +367,7 @@ }).catch(err => { this.loading = false this.finished = true this.isLoading = false; if (this.refreshing) { this.lists = [] this.refreshing = false;