|
@@ -994,7 +994,7 @@
|
|
|
relationInBSPandISP(SpaceId, IspaceIdList) {
|
|
|
let ObjectType = this.tab.code == 'OtherZone' ? this.OtherValue : this.tab.code;
|
|
|
let pa = {
|
|
|
- data: { SpaceId: SpaceId, IspaceIdList: IspaceIdList },
|
|
|
+ data: { spaceId: SpaceId, ispaceIdList: IspaceIdList },
|
|
|
type: ObjectType
|
|
|
}
|
|
|
createRelateInZoneAndISp(pa, res => {
|