@dongkboy пре 3 година
родитељ
комит
3a0007242e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/Letter/Letter.vue

+ 1 - 1
src/views/Letter/Letter.vue

@@ -3313,7 +3313,7 @@ export default {
       this.imageList3 = this.tbczcarShow ? JSON.parse(JSON.stringify(this.imageList2)) : this.imageList3;//投保人同车主
       this.imageList4 = this.bbczcarShow ? JSON.parse(JSON.stringify(this.imageList2)) : this.imageList4;//被保人同车主
       this.imageList4 = this.bbtbcarShow ? JSON.parse(JSON.stringify(this.imageList3)) : this.imageList4; //被保人同投保人
-      if (this.imageList2.length < 1) {
+      if (this.imageList2.length > 1) {
         this.imageList3[1].imageType = "D03";
         this.imageList4[1].imageType = "D04";
       }