Commit cebef3a7 authored by linxin's avatar linxin

add

parent b7a45b70
......@@ -1278,6 +1278,7 @@ export default {
}
},
saveAttatchment () {
let vm = this
if (vm.idCardFrontEditFlag) { // 法定代表人身份证正面图片已修改,重新上传
vm.idCardFrontUrlFlag = true
vm.delete_pic_to_ocr(vm.idCardFrontAttachmentId)// 先删除之前识别的图片
......@@ -1386,7 +1387,6 @@ export default {
vm.save_picture(list)
vm.LaEditFlag = false // 置为false,防止再次保存重复上传,只有重新识别才会重新上传
}
}
},
// 授权切换
authorizeChange () {
......
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