From 884eb00837d43c0954f45ffb63a5d262b90179a0 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 21 十月 2024 18:00:29 +0800
Subject: [PATCH] ll

---
 pda/pages/index/center.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/pda/pages/index/center.vue b/pda/pages/index/center.vue
index 6f88020..cba71b9 100644
--- a/pda/pages/index/center.vue
+++ b/pda/pages/index/center.vue
@@ -32,9 +32,9 @@
 					<view class="status" v-if="item.status == 4">鍙彿涓� {{ item.callDateTemp }}</view>
 					<view class="status scs" v-if="item.status == 5">宸蹭綔涓� {{ item.startDateTemp }}</view>
 				</view>
-				<view class="line" v-if="item.code">
+				<view class="line" v-if="item.billCode">
 					<text class="label">杩愯緭鍗曞彿</text>
-					<text class="value">{{ item.code }}</text>
+					<text class="value">{{ item.billCode }}</text>
 					<text class="primaryColor" @click="handleDetail(item)">杩愬崟璇︽儏</text>
 				</view>
 				<view class="line" v-else>
@@ -270,7 +270,7 @@
 							this.getPlatformTask()
 							this.timer = setInterval(() => {	
 								this.getPlatformTask()
-							},60 * 1000)
+							}, 60 * 1000)
 						}
 					}
 				})
@@ -312,13 +312,12 @@
 				}
 			},
 			platConfirm(e) {
-				const index = e.indexs[0]
-				console.log(index);
-				console.log(this.activePlatformGroup);
+				const index = e.indexs[0]
 				this.activePlatformGroup = this.platformGroupList[index]
 				if (this.activePlatformGroup.platformList && this.activePlatformGroup.platformList.length > 0) {
 					this.activePlatform = this.activePlatformGroup.platformList[0]
 					this.getPlatformTask()
+					clearInterval(this.timer)
 					this.timer = setInterval(() => {
 						this.getPlatformTask()
 					}, 60 * 1000)

--
Gitblit v1.9.3