diff --git a/src/views/modules/customer/feedback/CustomerInfo.vue b/src/views/modules/customer/feedback/CustomerInfo.vue index 3e7bb85b..69bcf816 100644 --- a/src/views/modules/customer/feedback/CustomerInfo.vue +++ b/src/views/modules/customer/feedback/CustomerInfo.vue @@ -135,24 +135,24 @@ export default { uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/function/upload', dataForm: { rootAgencyDTO: { - agencyName: '成都市', - level: 'city', - areaCode: '123456', - province: '四川省', - city: '成都市', - district: 'SN4FHbIZtK', + agencyName: '', + level: '', + areaCode: '', + province: '', + city: '', + district: '', }, customerInfoDTO: { - customerName: '成都市', - organizationLevel: 'city', + customerName: '', + organizationLevel: '', logo: '' }, managers: [ { - realName: '王显章', - gender: '1', - mobile: '18560677960' + realName: '', + gender: '', + mobile: '' } ] } diff --git a/src/views/modules/customer/manage/CustomerInfo.vue b/src/views/modules/customer/manage/CustomerInfo.vue index a0709b4d..9006ea55 100644 --- a/src/views/modules/customer/manage/CustomerInfo.vue +++ b/src/views/modules/customer/manage/CustomerInfo.vue @@ -136,24 +136,24 @@ export default { uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2', dataForm: { rootAgencyDTO: { - agencyName: '成都市', - level: 'city', - areaCode: '123456', - province: '四川省', - city: '成都市', - district: 'SN4FHbIZtK', + agencyName: '', + level: '', + areaCode: '', + province: '', + city: '', + district: '', }, customerInfoDTO: { - customerName: '成都市', - organizationLevel: 'city', + customerName: '', + organizationLevel: '', logo: '' }, managers: [ { - realName: '王显章', - gender: '1', - mobile: '18560677960' + realName: '', + gender: '', + mobile: '' } ] } diff --git a/src/views/modules/home.vue b/src/views/modules/home.vue index 9837fa5a..a12130bf 100644 --- a/src/views/modules/home.vue +++ b/src/views/modules/home.vue @@ -1,17 +1,6 @@