|
@@ -206,6 +206,7 @@ export default {
|
|
|
assignSites() {
|
|
assignSites() {
|
|
|
const params = {
|
|
const params = {
|
|
|
dynamicIdleFeeId: this.item.dynamicIdleFeeId,
|
|
dynamicIdleFeeId: this.item.dynamicIdleFeeId,
|
|
|
|
|
+ tenantId: this.item.tenantId,
|
|
|
sitePks: this.getSelectIds()
|
|
sitePks: this.getSelectIds()
|
|
|
}
|
|
}
|
|
|
this.loading.assign = true;
|
|
this.loading.assign = true;
|
|
@@ -227,6 +228,7 @@ export default {
|
|
|
unassignSites() {
|
|
unassignSites() {
|
|
|
const params = {
|
|
const params = {
|
|
|
dynamicIdleFeeId: this.item.dynamicIdleFeeId,
|
|
dynamicIdleFeeId: this.item.dynamicIdleFeeId,
|
|
|
|
|
+ tenantId: this.item.tenantId,
|
|
|
sitePks: this.getSelectIds()
|
|
sitePks: this.getSelectIds()
|
|
|
}
|
|
}
|
|
|
this.loading.unassign = true;
|
|
this.loading.unassign = true;
|