From fd9da6c1fbcc847a45f3812e7c87bda43f9d076c Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 11 Dec 2024 16:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManuallyCreatingTasks/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index d89fb5c..a8a0476 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -815,9 +815,9 @@ export default { signrouteadd(newObj).then((res) => { var message = '' if (this.$route.query.path == "/patient/signRecord") { - message = '保存成功,即将返回签约列表' - } else if (this.$route.query.path == "/patient/patientinfoimport") { message = '保存成功,即将返回签约患者列表' + } else if (this.$route.query.path == "/patient/patientinfoimport") { + message = '保存成功,即将返回患者导入列表' } else if (this.$route.query.path == "/patient/ImportDetails") { message = '保存成功,即将返回导入明细列表'