Commit fd4fc329 authored by linxin's avatar linxin

add

parent bd01a791
Pipeline #4535 canceled with stages
......@@ -332,7 +332,7 @@ export default {
// 获取身份证照片
async idCardImgUrlGet () {
let vm = this
let url = $config.basePath + 'prj_id_card_query'
let url = $config.basePath + 'car_id_card_query'
let param = {
confirm_id: vm.confirm_id,
}
......
......@@ -786,7 +786,6 @@ export default {
// vm.hlsPopup.hideLoading()
if (res.result === 'S') {
vm.hasMultiRole = true
debugger
if (vm.baseInfo.bp_type === 'TENANT') {
vm.multiRole.bp_type_n = '担保人'
vm.multiRole.bp_type = 'GUTA'
......@@ -795,7 +794,6 @@ export default {
vm.multiRole.bp_type = 'TENANT'
}
} else {
debugger
vm.hasMultiRole = false
vm.multiRole.bp_type = ''
vm.multiRole.bp_type_n = ''
......
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