diff --git a/src/views/modules/communityService/measure/detail.vue b/src/views/modules/communityService/measure/detail.vue
index 52d28dabd..5170281aa 100644
--- a/src/views/modules/communityService/measure/detail.vue
+++ b/src/views/modules/communityService/measure/detail.vue
@@ -15,7 +15,7 @@
需求类型:
- {{ dataForm.categoryName ?dataForm.categoryName :'--' }}
+ {{ dataForm.categoryAllName ?dataForm.categoryAllName :'--' }}
diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue
index b0d5f0a60..91cff4653 100644
--- a/src/views/modules/communityService/measure/index.vue
+++ b/src/views/modules/communityService/measure/index.vue
@@ -350,7 +350,7 @@
>
{
- if (item.value === row.categoryCode)
- this.form.categoryCode = [row.categoryCode];
- });
+ this.form.categoryCode = [row.parentCode,row.categoryCode];
this.demandUserList.forEach((item) => {
if (item.demandUserId == row.demandUserId)
this.selectDemandUser = item.label;
@@ -1076,7 +1073,6 @@ export default {
},
async handleLook(row, type) {
this.detailShow = true;
- console.log("row", row);
this.$nextTick(() => {
this.$refs.ref_form_detail.initForm(row);
});
diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue
index 585646186..093c6faba 100644
--- a/src/views/modules/communityService/policy/addPolicy.vue
+++ b/src/views/modules/communityService/policy/addPolicy.vue
@@ -432,7 +432,7 @@ export default {
await this.startLoading();
await this.getServiceTypeDictOptions();
await this.getDictOptions();
- // await this.loadScopeTree();
+ await this.loadScopeTree();
await this.loadDemandoption();
await this.getDemandOptions();
if (this.formType === "add") {