Commit cc5600dd authored by linxin's avatar linxin

Merge branch 'liuin' into uat

parents fd71425b 43afd004
......@@ -1632,7 +1632,7 @@ export default {
vm.baseInfo.business_address = vm.baseInfo.registered_place // 经营地址默认为注册地址,支持修改
if (result.社会信用代码.words.includes('(')) {
let index = res.info.organization_code.indexOf('(')
let index = result.社会信用代码.words.indexOf('(')
vm.baseInfo.organization_code = (result.社会信用代码.words.substring(0, index)).trim()
} else {
vm.baseInfo.organization_code = result.社会信用代码.words
......
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