|
|
@ -206,7 +206,12 @@ export default { |
|
|
this.poisonList = deepCopy(this.dict.poisonList) |
|
|
this.poisonList = deepCopy(this.dict.poisonList) |
|
|
|
|
|
|
|
|
this.poison = this.madeSelectGroup(this.poisonList) |
|
|
this.poison = this.madeSelectGroup(this.poisonList) |
|
|
|
|
|
if(this.dataTransOpts.tableM.patient_occupational_history[index]['poison']){ |
|
|
this.choosedPoison = this.dataTransOpts.tableM.patient_occupational_history[index]['poison'].split(",") |
|
|
this.choosedPoison = this.dataTransOpts.tableM.patient_occupational_history[index]['poison'].split(",") |
|
|
|
|
|
}else{ |
|
|
|
|
|
this.choosedPoison = [] |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
this.dialogPoison = true |
|
|
this.dialogPoison = true |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|