BUG 26943

This commit is contained in:
aixianling
2022-03-25 11:29:08 +08:00
parent ae945c24ab
commit 4644f8485b
6 changed files with 12 additions and 5 deletions

View File

@@ -108,11 +108,13 @@ export default {
}
},
created() {
document.title = '表单设置'
if (this.id) {
this.getInfo(this.id)
} else this.getFormSetting()
},
onShow() {
document.title = '表单设置'
},
methods: {
getFormSetting() {
let params = localStorage.getItem("toFormSetting"), res = {}