Commit db0143d4 authored by 李晓兵's avatar 李晓兵

'附件更新'

parent 40377a76
Pipeline #3933 canceled with stages
......@@ -10,5 +10,5 @@ module.exports = {
filePath: '"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_DEV&apiName=file_view&"',
ocrPath:'"http://180.104.121.66:8088/r/api"',
appId: '"com.xcmg.app"',
currentVersion: '"1.0.4"'
currentVersion: '"1.0.5"'
}
......@@ -680,9 +680,11 @@ export default {
'&access_token=' +
window.localStorage.access_token
})
alert(JSON.stringify(res.lists))
switch (cdd_item) {
case 'NP_ID_CARD_F': // 承租人身份证正面
vm.idCardFront = res.lists[0].url
alert(res.lists[0].url)
vm.idCardFrontAttachmentId = res.lists[0].attachment_id
break
case 'NP_ID_CARD_B': // 承租人身份证背面
......
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