diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index 471acd5..93553a0 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -680,7 +680,7 @@ export default { this.form.visitRecordId = this.$route.query.visitRecordId; var formlists = JSON.parse(JSON.stringify(this.form)); - return; + // return; addPatientQuestionResult(formlists).then((response) => { this.$confirm("保存成功, 是否返回上一页?", "提示", { confirmButtonText: "确定",