Merge branch 'main' of https://github.com/JhumanJ/OpnForm
This commit is contained in:
commit
1cbfa3f621
|
@ -25,3 +25,4 @@ public/.DS_Store
|
|||
.vapor/
|
||||
.env.production
|
||||
.env.staging
|
||||
_ide_helper.php
|
||||
|
|
|
@ -51,6 +51,16 @@ export default {
|
|||
this.initFormStructure()
|
||||
this.getSubmissionsData()
|
||||
},
|
||||
watch: {
|
||||
form () {
|
||||
debugger
|
||||
if(!this.form){
|
||||
return
|
||||
}
|
||||
this.initFormStructure()
|
||||
this.getSubmissionsData()
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
form: {
|
||||
get() {
|
||||
|
|
Loading…
Reference in New Issue