heyang 2 gadi atpakaļ
vecāks
revīzija
5c325f212e

+ 3 - 0
src/views/securityCheck/checkRecord/addCheck.vue

@@ -508,6 +508,9 @@ export default {
             obj.detailsList[i].jcxId = obj.detailsList[i].jcxId + ',';
             obj.detailsList[i].yhImg = obj.detailsList[i].yhImg + '';
           }
+          for(let b=0;b<obj.detailsList.length;b++){
+            obj.detailsList[b].jcxId= obj.detailsList[b].jcxId.substring(0,(obj.detailsList[b].jcxId.length)-1)
+          }
           obj.zgStatus = 0;
           if(type == 1){
             obj.isCg = 1;

+ 3 - 0
src/views/securityCheck/checkRecord/unsubmittedInfo.vue

@@ -590,6 +590,9 @@
               obj.detailsList[i].yhImg = obj.detailsList[i].yhImg + '';
               obj.detailsList[i].voice = null;
             }
+            for(let b=0;b<obj.detailsList.length;b++){
+              obj.detailsList[b].jcxId= obj.detailsList[b].jcxId.substring(0,(obj.detailsList[b].jcxId.length)-1)
+            }
             obj.zgStatus = 0;
             obj.ids=this.hiddenDangerIdList
             if(type == 1){