|
@@ -99,6 +99,9 @@
|
|
|
this.form.diseaseId = data.diseaseId
|
|
|
this.form.diseaseName = data.diseaseName
|
|
|
this.selectedIndexList = data.data
|
|
|
+ for (let i = 0; i < this.selectedIndexList.length; i++) {
|
|
|
+ this.selectedIndexMap.push(this.selectedIndexList[i].indexUnique)
|
|
|
+ }
|
|
|
}
|
|
|
} else {
|
|
|
|