|
@@ -132,7 +132,6 @@ export default {
|
|
|
})
|
|
})
|
|
|
.then((response) => {
|
|
.then((response) => {
|
|
|
const data = response.data
|
|
const data = response.data
|
|
|
- console.log('formKey====>', data.key)
|
|
|
|
|
let responses = {}
|
|
let responses = {}
|
|
|
if (this.$utils.isNotEmpty(this.defaultData)) {
|
|
if (this.$utils.isNotEmpty(this.defaultData)) {
|
|
|
responses = this.defaultData
|
|
responses = this.defaultData
|
|
@@ -148,6 +147,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
// 从后台获取表单定义数据
|
|
// 从后台获取表单定义数据
|
|
|
this.formDef = this.$utils.parseData(data.form) || {}
|
|
this.formDef = this.$utils.parseData(data.form) || {}
|
|
|
|
|
+ console.log('formKey====>', this.formDef.key)
|
|
|
this.boCode = this.formDef.code
|
|
this.boCode = this.formDef.code
|
|
|
// 版本号
|
|
// 版本号
|
|
|
this.version = data.version
|
|
this.version = data.version
|