mirror of
				https://github.com/vform666/variant-form3-vite.git
				synced 2025-10-31 16:51:49 +08:00 
			
		
		
		
	修复表单onFormMounted事件中无法获取组件的问题。
This commit is contained in:
		| @@ -360,8 +360,10 @@ | ||||
|             this._provided.formConfig = newFormJsonObj.formConfig  //强制更新provide的formConfig对象 | ||||
|             this.formJsonObj['widgetList'] = newFormJsonObj.widgetList | ||||
|  | ||||
|             this.initFormObject() | ||||
|             this.handleOnMounted() | ||||
|             this.$nextTick(() => { | ||||
|               this.initFormObject() | ||||
|               this.handleOnMounted() | ||||
|             }) | ||||
|           } else { | ||||
|             this.$message.error('Set form json failed.') | ||||
|           } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user