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