垫资赋值

product
bawei 1 year ago
parent ca6ffc2c9f
commit f8192ca17b

@ -552,6 +552,7 @@
}).then(res => { }).then(res => {
this.dataInfo(res.data) this.dataInfo(res.data)
this.loading = false this.loading = false
}); });
} else { } else {
this.clearData(this.dataForm) this.clearData(this.dataForm)
@ -811,6 +812,7 @@
}, },
dataInfo(dataAll) { dataInfo(dataAll) {
let _dataAll = dataAll let _dataAll = dataAll
this.advance = _dataAll.advance
_dataAll.poundPictures = JSON.parse(_dataAll.poundPictures) _dataAll.poundPictures = JSON.parse(_dataAll.poundPictures)
_dataAll.vehiclePictures = JSON.parse(_dataAll.vehiclePictures) _dataAll.vehiclePictures = JSON.parse(_dataAll.vehiclePictures)
if(_dataAll.originPlace.length > 0){ if(_dataAll.originPlace.length > 0){

Loading…
Cancel
Save