mirror of
				https://github.com/vform666/variant-form3-vite.git
				synced 2025-10-31 00:31:48 +08:00 
			
		
		
		
	2022.10.24更新:
1. 版本号升级到3.0.9; 2. 同步发布新版本npm包。
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "variant-form3", | ||||
|   "version": "3.0.8", | ||||
|   "version": "3.0.9", | ||||
|   "private": false, | ||||
|   "scripts": { | ||||
|     "serve": "vite", | ||||
|   | ||||
| @@ -383,6 +383,10 @@ | ||||
|         return this.$refs['renderForm'] | ||||
|       }, | ||||
|  | ||||
|       getFormRef() { | ||||
|         return this | ||||
|       }, | ||||
|  | ||||
|       getWidgetRef(widgetName, showError = false) { | ||||
|         let foundRef = this.widgetRefList[widgetName] | ||||
|         if (!foundRef && !!showError) { | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| export const VARIANT_FORM_VERSION = '3.0.8' | ||||
| export const VARIANT_FORM_VERSION = '3.0.9' | ||||
|  | ||||
| //export const MOCK_CASE_URL = 'https://www.fastmock.site/mock/2de212e0dc4b8e0885fea44ab9f2e1d0/vform/' | ||||
| export const MOCK_CASE_URL = 'https://ks3-cn-beijing.ksyuncs.com/vform-static/vcase/' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user