Commit 53705260681e162ddc0be9e8194efa81021aaa87

Authored by xp.Huang
2 parents 2b1d8e15 1f7c5eb7

Merge branch 'fix/edge-detail-alloction-device' into 'main_dev'

fix: 边缘管理分配设备的时候选择设备添加isExcludeEdge参数为true

See merge request yunteng/thingskit-front!1517
@@ -174,4 +174,5 @@ export interface GetMeetTheConditionsDeviceParams { @@ -174,4 +174,5 @@ export interface GetMeetTheConditionsDeviceParams {
174 transportType?: TransportTypeEnum; 174 transportType?: TransportTypeEnum;
175 isEdgeDistribution?: boolean; 175 isEdgeDistribution?: boolean;
176 edgeId?: string; 176 edgeId?: string;
  177 + isExcludeEdge?: boolean;
177 } 178 }
@@ -113,6 +113,7 @@ @@ -113,6 +113,7 @@
113 organizationId, 113 organizationId,
114 isEdgeDistribution: true, 114 isEdgeDistribution: true,
115 edgeId: props.edgeId, 115 edgeId: props.edgeId,
  116 + isExcludeEdge: true,
116 }); 117 });
117 return result.map((item) => ({ 118 return result.map((item) => ({
118 ...item, 119 ...item,