From e0d9a3fe381fa5af03b0925af1266c85c658ef78 Mon Sep 17 00:00:00 2001 From: xiepeng Date: Fri, 24 May 2024 16:28:41 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/application/driving-inspections/driving-item-detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/application/driving-inspections/driving-item-detail.vue b/pages/application/driving-inspections/driving-item-detail.vue index 0ab8bd5..9f7ffd9 100644 --- a/pages/application/driving-inspections/driving-item-detail.vue +++ b/pages/application/driving-inspections/driving-item-detail.vue @@ -37,7 +37,7 @@ 挂车车牌号 - {{pd.PLATE_NUMBER}} + {{pd.TRUCKCART}} @@ -274,6 +274,7 @@ }, success: (res) => { if ("success" == res.data.result) { + console.log(res) uni.hideLoading(); _this.pd = res.data.pd; //参数map _this.commitmentList = res.data.commitmentList; //参数map