# HG changeset patch # User Thomas Junk # Date 1552302167 -3600 # Node ID 1cac2e58ef7da5228e663e28d7b9649aff0cabf1 # Parent 83b938bf4da9cd945f7d17ab1cdcbfec770d5566 streches: tolerance added diff -r 83b938bf4da9 -r 1cac2e58ef7d client/src/components/ImportStretches.vue --- a/client/src/components/ImportStretches.vue Mon Mar 11 11:34:54 2019 +0100 +++ b/client/src/components/ImportStretches.vue Mon Mar 11 12:02:47 2019 +0100 @@ -288,7 +288,7 @@ funktion: "", startrhm: "", endrhm: "", - tolerance: "", + tolerance: 5, objbn: "", nobjbn: "", countryCode: "", @@ -418,7 +418,7 @@ this.idEditable = true; this.funktion = ""; this.startrhm = ""; - this.tolerance = ""; + this.tolerance = 5; this.endrhm = ""; this.objbn = ""; this.nobjbn = "";