This commit is contained in:
JhumanJ 2022-09-21 19:13:20 +02:00
commit 1cbfa3f621
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ public/.DS_Store
.vapor/
.env.production
.env.staging
_ide_helper.php

View File

@ -51,6 +51,16 @@ export default {
this.initFormStructure()
this.getSubmissionsData()
},
watch: {
form () {
debugger
if(!this.form){
return
}
this.initFormStructure()
this.getSubmissionsData()
}
},
computed: {
form: {
get() {