diff --git a/src/views/modules/communityService/commonDemand/detailForm.vue b/src/views/modules/communityService/commonDemand/detailForm.vue index fea3436d5..8dbfa231f 100644 --- a/src/views/modules/communityService/commonDemand/detailForm.vue +++ b/src/views/modules/communityService/commonDemand/detailForm.vue @@ -169,7 +169,6 @@ export default { await this.getPolicyList(); // if (this.serviceRecordId) {//详情 await this.loadInfo(); - this.getserverType() this.handleChangeServiceTypeLevel1() this.initLoading = true; @@ -182,7 +181,9 @@ export default { }); } }, - + created(){ + this.getserverType() + }, methods: { diaDestroy() { }, diff --git a/src/views/modules/communityService/commonDemand/index.vue b/src/views/modules/communityService/commonDemand/index.vue index 6541f57f2..42348fc1b 100644 --- a/src/views/modules/communityService/commonDemand/index.vue +++ b/src/views/modules/communityService/commonDemand/index.vue @@ -171,7 +171,7 @@