diff --git a/src/apps/AppResidentActivitie/AppResidentActivities.vue b/src/apps/AppResidentActivitie/AppResidentActivities.vue
index fe5e8b19..63dbaa49 100644
--- a/src/apps/AppResidentActivitie/AppResidentActivities.vue
+++ b/src/apps/AppResidentActivitie/AppResidentActivities.vue
@@ -93,7 +93,7 @@ export default {
methods: {
getList() {
this.$http
- .post('/app/appvillageactivityinfo/list', null, {
+ .post('/app/appvillageactivityinfo/listUp', null, {
params: {
size: this.size,
current: this.current,
diff --git a/src/apps/AppWorkonline/Detail.vue b/src/apps/AppWorkonline/Detail.vue
index b447c041..3801a8d7 100644
--- a/src/apps/AppWorkonline/Detail.vue
+++ b/src/apps/AppWorkonline/Detail.vue
@@ -97,13 +97,10 @@
-
- {{ $dict.getDict(items.dictionaryCode, items.fieldValue)[$dict.getLabel(items.dictionaryCode, items.fieldValue)].dictName }}
-
- {{ $dict.getLabel(items.dictionaryCode, items.fieldValue) }}
+ {{ $dict.getLabel(items.dictionaryCode, items.fieldValue) }}
-
+
{{ $dict.getLabel(items.dictionaryCode, itemL) }}