From 75fd9cd7f8cafdf7dc40c3c8dcf7dd3a610d07cf Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 22 Aug 2025 09:28:14 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E9=A2=98=E7=BB=84=E7=BC=96=E8=BE=91?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5CallingAE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/hospital/components/groupList.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/views/system/hospital/components/groupList.vue b/src/views/system/hospital/components/groupList.vue
index e07f4d8..a8cae8b 100644
--- a/src/views/system/hospital/components/groupList.vue
+++ b/src/views/system/hospital/components/groupList.vue
@@ -90,7 +90,9 @@
-
+
+
+
@@ -156,6 +158,7 @@ export default {
ContactPhone: null,
Name: null,
IsEnable: true,
+ CallingAE: null,
IdentityUserIdList: []
},
rules: {
@@ -174,6 +177,9 @@ export default {
Name: [
{ required: true, message: 'Please specify', trigger: 'blur' },
],
+ CallingAE: [
+ { required: true, message: 'Please specify', trigger: 'blur' },
+ ],
IdentityUserIdList: [
{ required: true, type: 'array', message: 'Please select', trigger: 'blur' },
],