diff --git a/inlong-dashboard/src/ui/pages/GroupDetail/Info/index.tsx b/inlong-dashboard/src/ui/pages/GroupDetail/Info/index.tsx index 54ebbbe5b80..c7d265adc13 100644 --- a/inlong-dashboard/src/ui/pages/GroupDetail/Info/index.tsx +++ b/inlong-dashboard/src/ui/pages/GroupDetail/Info/index.tsx @@ -70,6 +70,9 @@ const Comp = ({ inlongGroupId, readonly, isCreate }: Props, ref) => { if (isUpdate) { submitData.inlongGroupId = inlongGroupId; + if (mqType == 'PULSAR') { + submitData.pulsarTenat = form.getFieldValue('pulsarTenant'); + } } const result = await request({ diff --git a/inlong-dashboard/src/ui/pages/SynchronizeDetail/Info/index.tsx b/inlong-dashboard/src/ui/pages/SynchronizeDetail/Info/index.tsx index 58744a3fa55..e6251dcad44 100644 --- a/inlong-dashboard/src/ui/pages/SynchronizeDetail/Info/index.tsx +++ b/inlong-dashboard/src/ui/pages/SynchronizeDetail/Info/index.tsx @@ -119,6 +119,9 @@ const Comp = ({ inlongGroupId, inlongStreamId, readonly, isCreate }: Props, ref) if (isUpdate) { submitData.inlongGroupId = inlongGroupId; submitData.inlongStreamId = inlongStreamId; + if (mqType == 'PULSAR') { + submitData.pulsarTenat = form.getFieldValue('pulsarTenant'); + } } const result = await request({