From 9f60d7a2022a330dc6fb64854db3739274035898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 17 Jul 2024 14:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followupsee/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "确定",