|
|
@ -972,7 +972,7 @@ export default { |
|
|
|
methods: { |
|
|
|
// 获取子组件量表结果 |
|
|
|
getScaleResult(_scaleResult, _code) { |
|
|
|
this.detailsForm[_code] = _scaleResult; |
|
|
|
this.detailsForm[_code] = String(_scaleResult); |
|
|
|
this.open = false; // 关闭弹出框 |
|
|
|
}, |
|
|
|
// 动态组件code |
|
|
@ -1079,9 +1079,8 @@ export default { |
|
|
|
treatmentId: this.form.id, |
|
|
|
codeAndAnswerList, |
|
|
|
}).then((response) => { |
|
|
|
this.handleDetails(this.treatmentId); |
|
|
|
this.$modal.msgSuccess("保存成功"); |
|
|
|
this.drawer = false; |
|
|
|
this.getList(); |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|