From ca73a173f008c8d7a9d700bad897ca24fe2d2203 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 16 十月 2023 09:29:57 +0800
Subject: [PATCH] 111

---
 minipro_standard/pages/plannedProgress/plannedProgress.vue |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/minipro_standard/pages/plannedProgress/plannedProgress.vue b/minipro_standard/pages/plannedProgress/plannedProgress.vue
index 5eb0919..fe0ae90 100644
--- a/minipro_standard/pages/plannedProgress/plannedProgress.vue
+++ b/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()
@@ -331,8 +333,8 @@
 						capacity: this.listData.capacity,
 						model: {
 							mixParam: this.listData.mixParam,
-							startDate: this.listData.startDate,
-							endDate: this.listData.endDate,
+							planDateStartDate: this.listData.startDate,
+							planDateEndDate: this.listData.endDate,
 							procedureIdList: this.listData.procedureIds ? this.listData.procedureIds : [],
 							factoryId: this.listData.departIds,
 							statusList: this.listData.cateIds
@@ -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;

--
Gitblit v1.9.3