close #2201 Fixed: Report detail console report_total issue #pth7p0

This commit is contained in:
Cüneyt Şentürk 2021-07-28 18:43:00 +03:00
parent 90f7453659
commit ad2eb04dc9

View File

@ -35,7 +35,9 @@ const app = new Vue({
},
created() {
this.reports_total = reports_total;
if (typeof reports_total !== 'undefined' && reports_total) {
this.reports_total = reports_total;
}
},
methods: {