Browse Source

bug

feature
mk 2 years ago
parent
commit
7f7c8d3087
  1. 5
      src/views/modules/communityService/commonDemand/detailForm.vue
  2. 2
      src/views/modules/communityService/commonDemand/index.vue

5
src/views/modules/communityService/commonDemand/detailForm.vue

@ -169,7 +169,6 @@ export default {
await this.getPolicyList(); await this.getPolicyList();
// if (this.serviceRecordId) {// // if (this.serviceRecordId) {//
await this.loadInfo(); await this.loadInfo();
this.getserverType()
this.handleChangeServiceTypeLevel1() this.handleChangeServiceTypeLevel1()
this.initLoading = true; this.initLoading = true;
@ -182,7 +181,9 @@ export default {
}); });
} }
}, },
created(){
this.getserverType()
},
methods: { methods: {
diaDestroy() { }, diaDestroy() { },

2
src/views/modules/communityService/commonDemand/index.vue

@ -171,7 +171,7 @@
<el-table-column prop="serviceTypeName" <el-table-column prop="serviceTypeName"
align="center" align="center"
min-width="150" min-width="150"
label="服务类" label="服务类"
:show-overflow-tooltip="true"> :show-overflow-tooltip="true">
</el-table-column> </el-table-column>

Loading…
Cancel
Save