项目配置检查技术选择修改
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-26 15:11:38 +08:00
parent 32551e3faa
commit 37f8f2fff1
1 changed files with 12 additions and 4 deletions

View File

@ -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