This commit is contained in:
JhumanJ 2022-09-21 19:13:20 +02:00
当前提交 1cbfa3f621
共有 2 个文件被更改,包括 11 次插入0 次删除

1
.gitignore vendored
查看文件

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