diff --git a/project/fengdu/app/AppHelp/components/Add.vue b/project/fengdu/app/AppHelp/components/Add.vue
index a1d2930c..451f3586 100644
--- a/project/fengdu/app/AppHelp/components/Add.vue
+++ b/project/fengdu/app/AppHelp/components/Add.vue
@@ -17,6 +17,9 @@
+
+ form.visibleAreaName = v" always-show :instance="instance" v-model="form.visibleAreaId" :disabled-level="disabledLevel">
+
@@ -59,7 +62,10 @@
form: {
themeId: '',
content: '',
+ areaId: '',
+ visibleAreaName: '',
files: [],
+ areaName: '',
publishDepartName: '',
publishDepartIdList: [],
},
@@ -79,6 +85,9 @@
this.id = this.params.id
this.getInfo(this.params.id)
}
+ this.form.visibleAreaId =this.user.info.areaId
+ this.form.visibleAreaName =this.user.info.areaName
+ this.disabledLevel = this.user.info.areaList.length
this.getTalkList()
},
diff --git a/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue b/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue
index 3ace6e35..edc939a0 100644
--- a/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue
+++ b/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue
@@ -25,17 +25,15 @@