Parcourir la source

森语-事故处理单

jbb il y a 2 ans
Parent
commit
d852564a9b
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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)