delete change
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
91f955ccf5
commit
b852ab8e1f
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue