From ee0e1e122b2725154efa42b2afd16f501a5b421e Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 24 Sep 2021 13:02:20 +0200 Subject: [PATCH] Removed crudModel default params --- modules/ticket/front/main/index.html | 1 - modules/ticket/front/main/index.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/modules/ticket/front/main/index.html b/modules/ticket/front/main/index.html index d42bcaf75..82b5e58cd 100644 --- a/modules/ticket/front/main/index.html +++ b/modules/ticket/front/main/index.html @@ -1,6 +1,5 @@ diff --git a/modules/ticket/front/main/index.js b/modules/ticket/front/main/index.js index b67b6512e..3c6318b5d 100644 --- a/modules/ticket/front/main/index.js +++ b/modules/ticket/front/main/index.js @@ -31,8 +31,6 @@ export default class Ticket extends ModuleMain { Object.assign($params, {from, to}); } - this.filterParams = $params; - return $params; } }