fix: 表单属性为加载问题

This commit is contained in:
tony
2023-03-30 20:51:20 +08:00
parent 45884f31a8
commit 138ee3b117
3 changed files with 8 additions and 6 deletions

View File

@@ -284,7 +284,7 @@ export default {
})
}else {
// 初始化表单设计器
that.formConf = {};
// that.formConf = {};
if (formConfInDB) {
that.formConf = formConfInDB
}