Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6351659da | |||
| 80f62e6ee4 | |||
| b4761650b9 | |||
| 7921ab1f36 | |||
| 3f793dc9db | |||
| 7b3f2e47bb | |||
| 1a4e3b5a44 | |||
| ed0e1bf249 | |||
| 5e9566c1d6 | |||
| 24ec910735 | |||
| e4c53f536d |
@@ -617,16 +617,14 @@ export default {
|
||||
}
|
||||
if (this.selectedMethod){
|
||||
if (this.selectedFamily === null || this.selectedFamily === undefined){
|
||||
if (this.inputFamilies[0]){
|
||||
this.selectedFamily = this.inputFamilies[0]
|
||||
}
|
||||
this.selectedFamily = this.inputFamilies[0]
|
||||
}
|
||||
if (this.selectedLevel === null || this.selectedLevel === undefined){
|
||||
if (this.levels[0]){
|
||||
this.selectedLevel = this.levels[0].name
|
||||
}
|
||||
this.selectedLevel = this.levels[0].name
|
||||
}
|
||||
}
|
||||
console.log(this.selectedFamily, "selectedFamily after")
|
||||
console.log(this.selectedLevel, "selectedLevel after")
|
||||
},
|
||||
hideOptionalMappingInputs(){
|
||||
this.categorySelectionActive = false
|
||||
@@ -715,11 +713,6 @@ export default {
|
||||
}
|
||||
this.selectedMethod = this.lastSelectedEntity['definition']['schema']['method']
|
||||
this.selectedCategory = this.lastSelectedEntity['definition']['schema']['category']
|
||||
this.selectedFamily = this.lastSelectedEntity['definition']['schema']['family']
|
||||
this.getFamiliesFromSelectedMethod()
|
||||
this.getTypesFromSelectedFamily()
|
||||
this.selectedFamilyType = this.lastSelectedEntity['definition']['schema']['family_type']
|
||||
this.selectedLevel = this.lastSelectedEntity['definition']['schema']['level']
|
||||
this.updateMappingInputs()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user