mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-06-22 09:59:56 +08:00
版本更新到3.0.3:
1. 修复axios is not defined问题; 2. 图片、文件上传组件增加onFileRemove交互事件; 3. designer-config属性新增resetFormJson参数; 4. 修复选项数据动态加载可能无效的问题; 5. 修复其他一些小bug。
This commit is contained in:
@ -357,7 +357,7 @@
|
||||
this.buildFormModel(newFormJsonObj.widgetList)
|
||||
|
||||
this.formJsonObj['formConfig'] = newFormJsonObj.formConfig
|
||||
this._provided.formConfig = newFormJsonObj.formConfig //强制更新provide的formConfig对象
|
||||
// this._provided.formConfig = newFormJsonObj.formConfig //强制更新provide的formConfig对象
|
||||
this.formJsonObj['widgetList'] = newFormJsonObj.widgetList
|
||||
|
||||
this.$nextTick(() => {
|
||||
|
Reference in New Issue
Block a user