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){