parent
04675e4154
commit
5bdc33eb47
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "variant-form",
|
"name": "variant-form",
|
||||||
"version": "2.2.7",
|
"version": "2.2.8",
|
||||||
"private": false,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve --open src/main.js",
|
"serve": "vue-cli-service serve --open src/main.js",
|
||||||
|
|
|
@ -139,7 +139,7 @@
|
||||||
docUrl: 'https://www.vform666.com/document.html',
|
docUrl: 'https://www.vform666.com/document.html',
|
||||||
gitUrl: 'https://github.com/vform666/variant-form',
|
gitUrl: 'https://github.com/vform666/variant-form',
|
||||||
chatUrl: 'https://www.vform666.com/pages/chat-group/',
|
chatUrl: 'https://www.vform666.com/pages/chat-group/',
|
||||||
subScribeUrl: 'https://www.vform666.com/subscribe.html',
|
subScribeUrl: 'https://www.vform666.com/pages/pro/',
|
||||||
|
|
||||||
scrollerHeight: 0,
|
scrollerHeight: 0,
|
||||||
|
|
||||||
|
|
|
@ -386,6 +386,10 @@
|
||||||
return this.$refs['renderForm']
|
return this.$refs['renderForm']
|
||||||
},
|
},
|
||||||
|
|
||||||
|
getFormRef() {
|
||||||
|
return this
|
||||||
|
},
|
||||||
|
|
||||||
getWidgetRef(widgetName, showError = false) {
|
getWidgetRef(widgetName, showError = false) {
|
||||||
let foundRef = this.widgetRefList[widgetName]
|
let foundRef = this.widgetRefList[widgetName]
|
||||||
if (!foundRef && !!showError) {
|
if (!foundRef && !!showError) {
|
||||||
|
|
|
@ -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://www.fastmock.site/mock/2de212e0dc4b8e0885fea44ab9f2e1d0/vform/'
|
||||||
export const MOCK_CASE_URL = 'https://ks3-cn-beijing.ksyuncs.com/vform-static/vcase/'
|
export const MOCK_CASE_URL = 'https://ks3-cn-beijing.ksyuncs.com/vform-static/vcase/'
|
||||||
|
|
Loading…
Reference in New Issue