close #2201 Fixed: Report detail console report_total issue #pth7p0
This commit is contained in:
parent
90f7453659
commit
ad2eb04dc9
4
resources/assets/js/views/common/reports.js
vendored
4
resources/assets/js/views/common/reports.js
vendored
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user