jbb пре 2 година
родитељ
комит
d852564a9b
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      src/views/oa/modules/IncidentTicketModal.vue

+ 4 - 1
src/views/oa/modules/IncidentTicketModal.vue

@@ -446,7 +446,10 @@
               if(item.practicalSum==''||!item.practicalSum){
                 item.practicalSum = item.accidentSum
               }
-              item.exchangeRate = '1'
+              if(item.exchangeRate==''||!item.exchangeRate){
+                item.exchangeRate = '1'
+              }
+              
             })
           }else{
             this.$message.warning(res.message)