Skip to content
Snippets Groups Projects
Commit f3b78c76 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Cosmetics

parent 9ca81560
Branches
No related tags found
No related merge requests found
......@@ -75,8 +75,6 @@
<div v-if="isQuantification">
<fieldset v-if="isMounted" id='divSchemaForm' class="form-group border" >
<legend style="font-size: 1em !important;">{{ $t("observation.quantification.form.label") }}</legend>
<!-- <router-link :to="{name: 'Quantification', params: {observationId:observation.observationId, organismId:observation.organismId, schemaData:observation.observationData}}" >Tell/kvantifiser</router-link> -->
<quantification :isEditable="false" :observationId="observation.observationId" :organismId="observation.organismId" :schemaData="observation.observationData" v-on:updateQuntificationData="updateQuntificationData"> </quantification>
</fieldset>
</div>
......
......@@ -73,7 +73,7 @@ export default {
this.observation_Id = (this.observationId) ? this.observationId : this.$route.params.observationId;
this.organism_id = (this.organismId) ? this.organismId : this.$route.params.organismId;
this.observationData = (this.schemaData) ? this.schemaData : (this.$route.params.schemaData) ? this.$route.params.schemaData:'';
if(typeof(this.isEditable)==='undefined' )
{
......@@ -84,6 +84,7 @@ export default {
}
this.initQuantification();
//console.info(this.observationDataSchema);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment