Commit fe2525b4 authored by 郑娟's avatar 郑娟

驾照类型

parent f23eb6a9
...@@ -11,5 +11,5 @@ module.exports = { ...@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"', ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="', fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"', appId: '"com.xcmg.app.dev"',
currentVersion: '"4.1.6"' currentVersion: '"4.1.7"'
} }
...@@ -784,6 +784,7 @@ export default { ...@@ -784,6 +784,7 @@ export default {
returnItem: function (index, obj) { returnItem: function (index, obj) {
vm.baseInfo.driving_license_type = obj.driving_type vm.baseInfo.driving_license_type = obj.driving_type
vm.baseInfo.driving_license_type_n = obj.driving_type_n vm.baseInfo.driving_license_type_n = obj.driving_type_n
vm.$forceUpdate()
}, },
}) })
}, },
......
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