Dashboard and setting->email page issue solved.
This commit is contained in:
@ -46,14 +46,10 @@ import AkauntingRadioGroup from './forms/AkauntingRadioGroup';
|
||||
import AkauntingSelect from './AkauntingSelect';
|
||||
import AkauntingDate from './AkauntingDate';
|
||||
import AkauntingRecurring from './AkauntingRecurring';
|
||||
import {VMoney} from 'v-money';
|
||||
|
||||
|
||||
export default {
|
||||
name: 'akaunting-modal',
|
||||
|
||||
componentName: 'akaunting-modal',
|
||||
|
||||
components: {
|
||||
SlideYUpTransition,
|
||||
AkauntingRadioGroup,
|
||||
@ -62,10 +58,6 @@ export default {
|
||||
AkauntingRecurring
|
||||
},
|
||||
|
||||
directives: {
|
||||
money: VMoney
|
||||
},
|
||||
|
||||
props: {
|
||||
show: Boolean,
|
||||
title: {
|
||||
|
@ -118,6 +118,7 @@ const dashboard = new Vue({
|
||||
this.widget.sort = 0;
|
||||
},
|
||||
|
||||
// Global filter change date column
|
||||
onChangeFilterDate() {
|
||||
if (this.filter_date) {
|
||||
window.location.href = url + '?start_date=' + this.filter_date[0] + '&end_date=' + this.filter_date[1];
|
||||
|
Reference in New Issue
Block a user