diff --git a/back/src/views/modules/ability/IntegratedServices-add.vue b/back/src/views/modules/ability/IntegratedServices-add.vue index 4ef16860..b9942d2a 100644 --- a/back/src/views/modules/ability/IntegratedServices-add.vue +++ b/back/src/views/modules/ability/IntegratedServices-add.vue @@ -373,7 +373,7 @@ export default { this.$nextTick(() => { for (const key in this.refsParseArray) { console.log('11111111111', data) - this.$refs[key] && this.$refs[key].getDataInfo && this.$refs[key].getDataInfo(data) + this.$refs[key] && this.$refs[key].IntegratedServicesGetDataInfo && this.$refs[key].IntegratedServicesGetDataInfo(data) } const _imgObj = data.fuseAttrList.find(v => v.attrType == '服务图片') || {} this.imageUrl = _imgObj.attrValue @@ -387,7 +387,7 @@ export default { // }) // console.log('回显2', arr2) // this.abilityListObj[k] = arr2 - this.$refs['abilityAdd' + (index + 1)].getDataInfo(data) + this.$refs['abilityAdd' + (index + 1)].IntegratedServicesGetDataInfo(data) }) console.log('this.dataForm----详情-------->', this.dataForm) diff --git a/back/src/views/modules/ability/assignedScene/components/ability-add.vue b/back/src/views/modules/ability/assignedScene/components/ability-add.vue index 199dd0a9..5e73243b 100644 --- a/back/src/views/modules/ability/assignedScene/components/ability-add.vue +++ b/back/src/views/modules/ability/assignedScene/components/ability-add.vue @@ -63,7 +63,7 @@