fix: 修复表单设计器初始化加载缓存数据问题
This commit is contained in:
@@ -283,6 +283,8 @@ export default {
|
|||||||
that.form = res.data;
|
that.form = res.data;
|
||||||
})
|
})
|
||||||
}else {
|
}else {
|
||||||
|
// 初始化表单设计器
|
||||||
|
that.formConf = {};
|
||||||
if (formConfInDB) {
|
if (formConfInDB) {
|
||||||
that.formConf = formConfInDB
|
that.formConf = formConfInDB
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user