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