2022.10.24更新:

1. 版本号升级到3.0.9;
2. 同步发布新版本npm包。
This commit is contained in:
vdpAdmin 2022-10-24 23:02:03 +08:00
parent 38af2fd516
commit ad40ae6fa8
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "variant-form3",
"version": "3.0.8",
"version": "3.0.9",
"private": false,
"scripts": {
"serve": "vite",

View File

@ -383,6 +383,10 @@
return this.$refs['renderForm']
},
getFormRef() {
return this
},
getWidgetRef(widgetName, showError = false) {
let foundRef = this.widgetRefList[widgetName]
if (!foundRef && !!showError) {

View File

@ -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/'