迁移新应用
This commit is contained in:
@@ -71,7 +71,7 @@ import {mapState} from 'vuex'
|
||||
|
||||
export default {
|
||||
name: "AppActivityList",
|
||||
appName: "居民活动",
|
||||
appName: "活动列表",
|
||||
computed: {
|
||||
...mapState(['user', 'token'])
|
||||
},
|
||||
@@ -102,7 +102,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
this.$dict.load('partyReportActionStatus', 'partyReportSignupStatus').then((res) => {
|
||||
this.$dict.load('partyReportActionStatus', 'partyReportSignupStatus').then(() => {
|
||||
this.activeStatusList = this.getSelectList('partyReportActionStatus')
|
||||
this.checkStatusList = this.getSelectList('partyReportSignupStatus')
|
||||
this.getListInit()
|
||||
|
||||
Reference in New Issue
Block a user