delete change
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2022-12-13 10:03:23 +01:00
parent 91f955ccf5
commit b852ab8e1f
1 changed files with 6 additions and 8 deletions

View File

@ -44,15 +44,13 @@ class Controller extends Section {
}
get hasDateRange() {
console.log(this.$.model);
// const userParams = Object.assign({}, this.$.model.userParams);
// console.log(userParams);
// const hasLanded = userParams.landedTo;
// const hasShipped = userParams.shippedFrom;
// const hasContinent = userParams.continent;
// const hasWarehouseOut = userParams.warehouseOutFk;
const userParams = this.$.model.userParams;
const hasLanded = userParams.landedTo;
const hasShipped = userParams.shippedFrom;
const hasContinent = userParams.continent;
const hasWarehouseOut = userParams.warehouseOutFk;
// return hasLanded || hasShipped || hasContinent || hasWarehouseOut;
return hasLanded || hasShipped || hasContinent || hasWarehouseOut;
}
onDragInterval() {