From f8192ca17ba33dc4a36009f11e32cce5a57cd512 Mon Sep 17 00:00:00 2001 From: bawei <95887577@qq.com> Date: Tue, 27 Jun 2023 11:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9E=AB=E8=B5=84=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/scm/basicInformation/poundlist/VechicleForm.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SC-web/src/views/scm/basicInformation/poundlist/VechicleForm.vue b/SC-web/src/views/scm/basicInformation/poundlist/VechicleForm.vue index b10c2831..78006984 100644 --- a/SC-web/src/views/scm/basicInformation/poundlist/VechicleForm.vue +++ b/SC-web/src/views/scm/basicInformation/poundlist/VechicleForm.vue @@ -552,6 +552,7 @@ }).then(res => { this.dataInfo(res.data) this.loading = false + }); } else { this.clearData(this.dataForm) @@ -811,6 +812,7 @@ }, dataInfo(dataAll) { let _dataAll = dataAll + this.advance = _dataAll.advance _dataAll.poundPictures = JSON.parse(_dataAll.poundPictures) _dataAll.vehiclePictures = JSON.parse(_dataAll.vehiclePictures) if(_dataAll.originPlace.length > 0){