@@ -985,12 +985,20 @@ export default {
|
|||||||
},
|
},
|
||||||
handleSetModality() {
|
handleSetModality() {
|
||||||
this.modalityListVisible = true
|
this.modalityListVisible = true
|
||||||
var a = this.$d.Modality.filter((v) => {
|
this.$nextTick(() => {
|
||||||
return !!this.form.ModalityList.find((v1) => {
|
var a = this.$d.Modality.filter((v) => {
|
||||||
return v1 === v.value
|
return !!this.form.ModalityList.find((v1) => {
|
||||||
|
return v1 === v.value
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
this.toggleSelection(a)
|
||||||
})
|
})
|
||||||
this.selectedList = a.map((item) => item.value)
|
// var a = this.$d.Modality.filter((v) => {
|
||||||
|
// return !!this.form.ModalityList.find((v1) => {
|
||||||
|
// return v1 === v.value
|
||||||
|
// })
|
||||||
|
// })
|
||||||
|
// this.selectedList = a.map((item) => item.value)
|
||||||
},
|
},
|
||||||
handleBodyPartSelectionChange(val) {
|
handleBodyPartSelectionChange(val) {
|
||||||
this.selectedBodyParts = val
|
this.selectedBodyParts = val
|
||||||
|
|||||||
Reference in New Issue
Block a user