Commit 01d29573 authored by 李晓兵's avatar 李晓兵

'企业福建'

parent cb11b843
Pipeline #4435 canceled with stages
......@@ -515,8 +515,8 @@ export default {
vm.$post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.result === 'S') {
// Object.assign(vm.hauseInfo, res.info)
vm.hauseInfo = res.info
Object.assign(vm.hauseInfo, res.info)
//vm.hauseInfo = res.info
} else {
hlsPopup.showLongCenter(res.message)
}
......@@ -534,8 +534,8 @@ export default {
vm.hlsPopup.hideLoading()
console.log('行驶证信息查询', res)
if (res.result === 'S') {
// Object.assign(vm.carInfo, res.info)
vm.carInfo = res.info
Object.assign(vm.carInfo, res.info)
// vm.carInfo = res.info
} else {
hlsPopup.showLongCenter(res.message)
}
......@@ -553,8 +553,8 @@ export default {
vm.hlsPopup.hideLoading()
console.log('不动产权证查询', res)
if (res.result === 'S') {
// Object.assign(vm.propertyInfo, res.info)
vm.propertyInfo = res.info
Object.assign(vm.propertyInfo, res.info)
// vm.propertyInfo = res.info
} else {
hlsPopup.showLongCenter(res.message)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment