mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2025-12-29 04:37:51 +00:00
Sometimes form submission table not load (#2)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,3 +25,4 @@ public/.DS_Store
|
|||||||
.vapor/
|
.vapor/
|
||||||
.env.production
|
.env.production
|
||||||
.env.staging
|
.env.staging
|
||||||
|
_ide_helper.php
|
||||||
|
|||||||
@@ -51,6 +51,16 @@ export default {
|
|||||||
this.initFormStructure()
|
this.initFormStructure()
|
||||||
this.getSubmissionsData()
|
this.getSubmissionsData()
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
form () {
|
||||||
|
debugger
|
||||||
|
if(!this.form){
|
||||||
|
return
|
||||||
|
}
|
||||||
|
this.initFormStructure()
|
||||||
|
this.getSubmissionsData()
|
||||||
|
}
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
form: {
|
form: {
|
||||||
get() {
|
get() {
|
||||||
|
|||||||
Reference in New Issue
Block a user