diff --git a/pages/massif/mana/transactions.vue b/pages/massif/mana/transactions.vue index a221073..77a853a 100644 --- a/pages/massif/mana/transactions.vue +++ b/pages/massif/mana/transactions.vue @@ -145,19 +145,6 @@ export default { dateType:"startTime", } }, - computed:{ - date(){ - return [this.searchVal.startTime, this.searchVal.endTime] - }, - }, - watch:{ - date(n){ - if(n[0] && n[1]){ - this.clean() - this.search() - } - } - }, created(){ this.search() },