|
|
@@ -307,7 +307,11 @@
|
|
|
idcard.push(idpic)
|
|
|
}else{
|
|
|
if(record.systemType==1){
|
|
|
- idcard.push(this.url.imgerver +idpic)
|
|
|
+ if(record.isImport==1){
|
|
|
+ idcard.push(this.url.hpWorkImgerver +idpic)
|
|
|
+ }else{
|
|
|
+ idcard.push(this.url.imgerver +idpic)
|
|
|
+ }
|
|
|
}else{
|
|
|
idcard.push(this.url.hpWorkImgerver +idpic)
|
|
|
}
|