From 27a3931a1ea3066f0947fe05ef71b6197c480673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Tue, 25 Apr 2023 13:39:41 +0800 Subject: [PATCH] 4/25 --- src/views/main/SendCar/addForm.vue | 36 ++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/src/views/main/SendCar/addForm.vue b/src/views/main/SendCar/addForm.vue index bdd9431..06af5b8 100644 --- a/src/views/main/SendCar/addForm.vue +++ b/src/views/main/SendCar/addForm.vue @@ -482,19 +482,41 @@ - - + + - - + + @@ -887,7 +909,7 @@ export default { }, FnRtruckId(data) { // console.log('FnRtruckId', data, this.AlltruckIdData) - let Rdata = {} + let Rdata = '' this.AlltruckIdData.forEach(item => { if (item.id == data) { Rdata = item.shortName