Browse Source

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

master
tony 3 years ago
parent
commit
e0669573fb
  1. 2
      ruoyi-ui/src/views/tool/build/index.vue

2
ruoyi-ui/src/views/tool/build/index.vue

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

Loading…
Cancel
Save