Commit 53705260681e162ddc0be9e8194efa81021aaa87
Merge branch 'fix/edge-detail-alloction-device' into 'main_dev'
fix: 边缘管理分配设备的时候选择设备添加isExcludeEdge参数为true See merge request yunteng/thingskit-front!1517
Showing
2 changed files
with
2 additions
and
0 deletions
| @@ -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, |