From 9c36b4527f1f8316162d518bcddf6aa779640c92 Mon Sep 17 00:00:00 2001 From: yuanruji Date: Tue, 10 Dec 2024 11:50:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(dbm-services):=20=E8=BD=AC=E7=A7=BB?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E6=9D=83=E9=99=90=E8=A7=84=E6=A0=BC=E5=85=8B?= =?UTF-8?q?=E9=9A=86=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98=20#8509?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bamboo/scene/common/transfer_cluster_to_other_biz.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dbm-ui/backend/flow/engine/bamboo/scene/common/transfer_cluster_to_other_biz.py b/dbm-ui/backend/flow/engine/bamboo/scene/common/transfer_cluster_to_other_biz.py index 9ee0115dd6..1cd11cc7cf 100644 --- a/dbm-ui/backend/flow/engine/bamboo/scene/common/transfer_cluster_to_other_biz.py +++ b/dbm-ui/backend/flow/engine/bamboo/scene/common/transfer_cluster_to_other_biz.py @@ -73,7 +73,10 @@ def transfer_to_other_biz_flow(self): p.add_act( act_name=_("clone权限规则"), act_component_code=ClonePrivRulesToOtherComponent.code, - kwargs={"target_biz_id": self.target_biz_id}, + kwargs={ + "source_biz": self.bk_biz_id, + "target_biz_id": self.target_biz_id, + }, ) p.add_act(