From 2aee74f6015a023925dce58f1d995792486592f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Wed, 10 Apr 2024 10:51:07 +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/api/unitconfig/patientConfiguration.js | 2 +- .../system/ManuallyCreatingTasks/index.vue | 47 ++++++++++++------- 2 files changed, 31 insertions(+), 18 deletions(-) diff --git a/src/api/unitconfig/patientConfiguration.js b/src/api/unitconfig/patientConfiguration.js index 0013d7f..512b375 100644 --- a/src/api/unitconfig/patientConfiguration.js +++ b/src/api/unitconfig/patientConfiguration.js @@ -12,7 +12,7 @@ export function listVisitRecord(query) { // 查询患者就诊记录基本信息详细 export function getVisitRecord(id) { return request({ - url: '/manage/visitRecord/' + id, + url: '/manage/patientInfo/' + id, method: 'get' }) } diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index 4a78f91..0a8893c 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -84,7 +84,8 @@
-
+
@@ -121,23 +122,32 @@
-
- 推送方式:短信 - - +
+
+ 推送方式:短信 + + +
+
+ 推送方式:公众号 + + +
+
+ 推送方式:小程序 + + +
-
- 推送方式:公众号 - - -
-
- 推送方式:小程序 - - +
+ 推送方式:人工电话 + +
@@ -183,6 +193,7 @@ export default { officialPushSign: '0', messagePushSign: '0', appletPushSign: '0', + phonePushSign:'0', }, list: [ { @@ -200,6 +211,7 @@ export default { officialPushSign: '0', messagePushSign: '0', appletPushSign: '0', + phonePushSign:'0', } ], listindex: 0, @@ -253,6 +265,7 @@ export default { officialPushSign: '0', messagePushSign: '0', appletPushSign: '0', + phonePushSign:'0', }) }, delitem(item, index) {