mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-01-11 00:29:13 +08:00
修复设计器调用setFormJson()后自定义CSS没有加载的问题。
This commit is contained in:
parent
bfff0d34d5
commit
696b744da1
@ -118,6 +118,10 @@ export function createDesigner(vueInstance) {
|
|||||||
modifiedFlag = true
|
modifiedFlag = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (modifiedFlag) {
|
||||||
|
this.emitEvent('form-json-imported', []) // 通知其他组件
|
||||||
|
}
|
||||||
|
|
||||||
return modifiedFlag
|
return modifiedFlag
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user