fix: 修复表单设计器初始化加载缓存数据问题

rf
tony 2023-02-07 13:41:35 +08:00
parent 5e35251d2e
commit e0669573fb
1 changed files with 2 additions and 0 deletions

View File

@ -283,6 +283,8 @@ export default {
that.form = res.data;
})
}else {
//
that.formConf = {};
if (formConfInDB) {
that.formConf = formConfInDB
}