From b7ae3f69ae6706a692284d2f12835d213debfb1a Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 07 四月 2026 17:21:41 +0800
Subject: [PATCH] -

---
 src/pages/delivergoods/PFeedback.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/pages/delivergoods/PFeedback.vue b/src/pages/delivergoods/PFeedback.vue
index 5975c47..3f2cb92 100644
--- a/src/pages/delivergoods/PFeedback.vue
+++ b/src/pages/delivergoods/PFeedback.vue
@@ -405,10 +405,20 @@
 							})
 							this.$refs.clockInModal.loading = false
 						}
+					}).catch(err=>{
+						this.$util.showToast({
+							title: `鎵撳崱寮傚父-${err}`,
+						})
 					})
 				}).catch(errors => {
+					console.log(errors,'errors鈥�');
+					this.$util.showToast({
+						title: `鎵撳崱寮傚父-${errors[0].message}`,
+					})
+					this.clockInfo.carConditionAttachments=this.clockInfo.carConditionAttachments||[]
 					this.$refs.clockInModal.loading = false
 				})
+				
 
 
 			},

--
Gitblit v1.9.1