Commit 93720f1d authored by 郑娟's avatar 郑娟

修复组件未及时渲染值

parent 0b0f088b
...@@ -915,6 +915,7 @@ export default { ...@@ -915,6 +915,7 @@ export default {
vm.hauseInfo[index].land_number = result.land_number.word vm.hauseInfo[index].land_number = result.land_number.word
vm.hauseInfo[index].land_get_method = result.land_get_method.word vm.hauseInfo[index].land_get_method = result.land_get_method.word
vm.hauseInfo[index].land_use_limit = result.land_use_limit.word vm.hauseInfo[index].land_use_limit = result.land_use_limit.word
vm.$forceUpdate()
}) })
}, },
carIdentify (fileUrl, index) { carIdentify (fileUrl, index) {
...@@ -938,6 +939,7 @@ export default { ...@@ -938,6 +939,7 @@ export default {
vm.carInfo[index].regist_date = result.注册日期.words vm.carInfo[index].regist_date = result.注册日期.words
vm.carInfo[index].plate_number = result.号牌号码.words vm.carInfo[index].plate_number = result.号牌号码.words
vm.carInfo[index].success = res.success vm.carInfo[index].success = res.success
vm.$forceUpdate()
}) })
}, },
estateIdentify (fileUrl, index) { estateIdentify (fileUrl, index) {
...@@ -960,6 +962,7 @@ export default { ...@@ -960,6 +962,7 @@ export default {
vm.propertyInfo[index].house_area = result.house_area.word vm.propertyInfo[index].house_area = result.house_area.word
vm.propertyInfo[index].land_use_limit = result.land_use_limit.word vm.propertyInfo[index].land_use_limit = result.land_use_limit.word
vm.propertyInfo[index].right_others = result.right_others.word vm.propertyInfo[index].right_others = result.right_others.word
vm.$forceUpdate()
}) })
}, },
takePicture (ocrType, type, index) { takePicture (ocrType, type, index) {
......
...@@ -1061,6 +1061,7 @@ export default { ...@@ -1061,6 +1061,7 @@ export default {
vm.hauseInfo[index].land_number = result.land_number.word vm.hauseInfo[index].land_number = result.land_number.word
vm.hauseInfo[index].land_get_method = result.land_get_method.word vm.hauseInfo[index].land_get_method = result.land_get_method.word
vm.hauseInfo[index].land_use_limit = result.land_use_limit.word vm.hauseInfo[index].land_use_limit = result.land_use_limit.word
vm.$forceUpdate()
}) })
}, },
// 行驶证识别 // 行驶证识别
...@@ -1086,6 +1087,7 @@ export default { ...@@ -1086,6 +1087,7 @@ export default {
vm.carInfo[index].regist_date = result.注册日期.words vm.carInfo[index].regist_date = result.注册日期.words
vm.carInfo[index].words_result_num = res.result.words_result_num vm.carInfo[index].words_result_num = res.result.words_result_num
vm.carInfo[index].success = res.success vm.carInfo[index].success = res.success
vm.$forceUpdate()
}) })
}, },
// 不动产证识别 // 不动产证识别
...@@ -1109,6 +1111,7 @@ export default { ...@@ -1109,6 +1111,7 @@ export default {
vm.propertyInfo[index].house_area = result.house_area.word vm.propertyInfo[index].house_area = result.house_area.word
vm.propertyInfo[index].land_use_limit = result.land_use_limit.word vm.propertyInfo[index].land_use_limit = result.land_use_limit.word
vm.propertyInfo[index].right_others = result.right_others.word vm.propertyInfo[index].right_others = result.right_others.word
vm.$forceUpdate()
}) })
}, },
loadItemList (flag) { loadItemList (flag) {
......
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