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/area-add.vue b/back/src/views/modules/ability/assignedScene/area-add.vue index a9f64845..04445f80 100644 --- a/back/src/views/modules/ability/assignedScene/area-add.vue +++ b/back/src/views/modules/ability/assignedScene/area-add.vue @@ -90,7 +90,7 @@ export default { areaVisible: { handler (newVal) { this.getSceneArea() - this.getArea() + // this.getArea() this.areaVisibleCopy = newVal if (this.modalType == 'add' && newVal) { this.getDetail(this.dataForm) @@ -112,7 +112,8 @@ export default { data () { return { - areas: [], // 所属区市 + areas: [{'name':'市南区'},{'name':'市北区'},{'name':'李沧区'},{'name':'崂山区'},{'name':'西海岸新区'}, + {'name':'城阳区'},{'name':'即墨区'},{'name':'胶州市'},{'name':'平度市'},{'name':'莱西市'}], // 所属区市 sceneAreas: [], fileUploadUrl: window.SITE_CONFIG.apiURL + '/upload', 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 a806f961..5e73243b 100644 --- a/back/src/views/modules/ability/assignedScene/components/ability-add.vue +++ b/back/src/views/modules/ability/assignedScene/components/ability-add.vue @@ -1,6 +1,7 @@ + @@ -40,6 +41,7 @@ import asideMenu from '@/views/personalCenter/components/asideMenu' // import OnTheRightSideOfTheList from './OnTheRightSideOfTheList' import MyApply from '@/views/personalCenter/components/MyApply' + import Evaluate from '@/views/personalCenter/components/Evaluate' import MyApplyXha from '@/views/personalCenter/components/MyApplyXha' import MyApplication from '@/views/personalCenter/components/MyApplication' import MyComments from '@/views/personalCenter/components/MyComments'