|
|
@@ -121,7 +121,6 @@ export default {
|
|
|
pageSize: 10,
|
|
|
pageCriteria: {
|
|
|
criteria: "",
|
|
|
- tenantId: "",
|
|
|
dynamicIdleFeeId: "",
|
|
|
assignmentStatus: ""
|
|
|
}
|
|
|
@@ -146,7 +145,6 @@ export default {
|
|
|
visible: {
|
|
|
handler(n, o) {
|
|
|
if (n) {
|
|
|
- this.filter.pageCriteria.tenantId = this.item.tenantId,
|
|
|
this.filter.pageCriteria.dynamicIdleFeeId = this.item.dynamicIdleFeeId;
|
|
|
this.onSearch();
|
|
|
}
|
|
|
@@ -208,7 +206,7 @@ export default {
|
|
|
assignSites() {
|
|
|
const params = {
|
|
|
dynamicIdleFeeId: this.item.dynamicIdleFeeId,
|
|
|
- tenantId: this.item.tenantId,
|
|
|
+ //tenantId: this.item.tenantId,
|
|
|
sitePks: this.getSelectIds()
|
|
|
}
|
|
|
this.loading.assign = true;
|
|
|
@@ -230,7 +228,7 @@ export default {
|
|
|
unassignSites() {
|
|
|
const params = {
|
|
|
dynamicIdleFeeId: this.item.dynamicIdleFeeId,
|
|
|
- tenantId: this.item.tenantId,
|
|
|
+ //tenantId: this.item.tenantId,
|
|
|
sitePks: this.getSelectIds()
|
|
|
}
|
|
|
this.loading.unassign = true;
|