相关方 - 相关方安全告知培训合格证头像匹配图片流

liujun-2024-09-04-九公司人员定位
water_xu 2024-08-05 16:01:10 +08:00
parent bce6393a4e
commit 19aa0aa8f0
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export default {
})
},
getShowPicture(row) {
if (row.PHOTO && row.PHOTO !== '' && (row.PHOTO.indexOf('.jpg') >= 0 || row.PHOTO.indexOf('.png') >= 0 || row.PHOTO.indexOf('.jpeg') >= 0)) {
if (row.PHOTO && row.PHOTO != '' ) {
return true
}
},