From 912530d5a646a612f386edc0cdfeeb2d6b6268cc Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Tue, 16 Jun 2026 16:16:39 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260616-=E8=B0=83=E8=AF=95=E6=88=91?= =?UTF-8?q?=E4=B8=BA=E5=9B=9B=E6=89=80=E6=8A=8A=E6=8A=8A=E8=84=89=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E6=A0=B7=E5=BC=8F=EF=BC=8C=E9=AB=98=E5=BA=A6=E5=92=8C?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bg/bqtakepulse/components/BgTakepulseForm.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/bg/bqtakepulse/components/BgTakepulseForm.vue b/src/views/bg/bqtakepulse/components/BgTakepulseForm.vue index 527c16e..fc75634 100644 --- a/src/views/bg/bqtakepulse/components/BgTakepulseForm.vue +++ b/src/views/bg/bqtakepulse/components/BgTakepulseForm.vue @@ -31,7 +31,10 @@ - + + @@ -46,7 +49,9 @@ - + @@ -166,11 +171,13 @@ import { Form } from 'ant-design-vue'; import DeptRoleUserSelectRadioGroup from "@/components/semri/userComponent/DeptRoleUserSelectRadioGroup.vue"; + import SzDeptUserModal from "@/components/semri/deptUserComponent/SzDeptUserModal.vue"; const useForm = Form.useForm; export default defineComponent({ name: "BgTakepulseForm", components:{ + SzDeptUserModal, DeptRoleUserSelectRadioGroup, JDictSelectTag, JSwitch, @@ -401,6 +408,8 @@