|
@ -430,7 +430,7 @@ |
|
|
this.form = JSON.parse(JSON.stringify(row)); |
|
|
this.form = JSON.parse(JSON.stringify(row)); |
|
|
// 字符串转数组 |
|
|
// 字符串转数组 |
|
|
this.form.currentIllnessHistory = |
|
|
this.form.currentIllnessHistory = |
|
|
this.form.currentIllnessHistory.split(","); |
|
|
this.form.currentIllnessHistory?.split(",") || [] |
|
|
}, |
|
|
}, |
|
|
/** 详情按钮操作 */ |
|
|
/** 详情按钮操作 */ |
|
|
handleDetails(row) { |
|
|
handleDetails(row) { |
|
@ -441,7 +441,6 @@ |
|
|
}, |
|
|
}, |
|
|
/** 诊疗档案 */ |
|
|
/** 诊疗档案 */ |
|
|
handleArchives(row) { |
|
|
handleArchives(row) { |
|
|
this.form = JSON.parse(JSON.stringify(row)); |
|
|
|
|
|
this.$router.push({ |
|
|
this.$router.push({ |
|
|
path:`/medicalIndex?idCard=${row.idCard}` |
|
|
path:`/medicalIndex?idCard=${row.idCard}` |
|
|
}) |
|
|
}) |
|
|