Dashboard and setting->email page issue solved.

This commit is contained in:
Cüneyt Şentürk
2020-02-19 11:10:27 +03:00
parent 8b9c7bfb9d
commit 9c84d267fc
8 changed files with 7 additions and 32 deletions

View File

@ -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];