2022.10.24更新:

1. 版本号升级到2.2.8;
2. 同步发布新版本npm包。
master
vdpAdmin 2022-10-24 22:41:32 +08:00
parent 04675e4154
commit 5bdc33eb47
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "variant-form",
"version": "2.2.7",
"version": "2.2.8",
"private": false,
"scripts": {
"serve": "vue-cli-service serve --open src/main.js",

View File

@ -139,7 +139,7 @@
docUrl: 'https://www.vform666.com/document.html',
gitUrl: 'https://github.com/vform666/variant-form',
chatUrl: 'https://www.vform666.com/pages/chat-group/',
subScribeUrl: 'https://www.vform666.com/subscribe.html',
subScribeUrl: 'https://www.vform666.com/pages/pro/',
scrollerHeight: 0,

View File

@ -386,6 +386,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 = '2.2.7'
export const VARIANT_FORM_VERSION = '2.2.8'
//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/'