From ea66cc222824e10ecb54c1f6204f9c3fde57c235 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 10 Jan 2023 14:08:47 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ability/IntegratedServices-add.vue | 4 +- .../assignedScene/components/ability-add.vue | 166 +++++++++++------- 2 files changed, 101 insertions(+), 69 deletions(-) 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 @@