修复设计器调用setFormJson()后自定义CSS没有加载的问题。
parent
bfff0d34d5
commit
696b744da1
|
@ -118,6 +118,10 @@ export function createDesigner(vueInstance) {
|
|||
modifiedFlag = true
|
||||
}
|
||||
|
||||
if (modifiedFlag) {
|
||||
this.emitEvent('form-json-imported', []) // 通知其他组件
|
||||
}
|
||||
|
||||
return modifiedFlag
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue