Sometimes form submission table not load (#2)
This commit is contained in:
parent
0bded107d6
commit
e20c90d074
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue