From 7f7c8d30878fcdd8c545e208806a05c4913869e7 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 18 Jul 2023 09:07:33 +0800 Subject: [PATCH] bug --- .../modules/communityService/commonDemand/detailForm.vue | 5 +++-- src/views/modules/communityService/commonDemand/index.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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 @@