Sometimes form submission table not load (#2)

This commit is contained in:
Chirag
2022-09-21 21:06:01 +05:30
committed by GitHub
parent 0bded107d6
commit e20c90d074
2 changed files with 11 additions and 0 deletions

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() {