版本更新到3.0.3:

1. 修复axios is not defined问题;
2. 图片、文件上传组件增加onFileRemove交互事件;
3. designer-config属性新增resetFormJson参数;
4. 修复选项数据动态加载可能无效的问题;
5. 修复其他一些小bug。
This commit is contained in:
vdpAdmin
2022-02-23 10:40:44 +08:00
parent 167b3330d8
commit 8766345ceb
16 changed files with 94 additions and 55 deletions

View File

@ -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(() => {