added report.js class name control

This commit is contained in:
Cihan Şentürk 2025-02-27 13:24:20 +03:00 committed by GitHub
parent 7ba3313add
commit 1ba84a040a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ const app = new Vue({
methods: {
onChangeClass(class_name) {
if (! class_name) {
this.report_fields = '';
return;
}
axios.get(url + '/common/reports/fields', {
params: {
class: class_name