迁移新应用

This commit is contained in:
aixianling
2022-02-15 11:42:13 +08:00
parent ef5c05d1d5
commit e329ae9b51
25 changed files with 5971 additions and 6 deletions

View File

@@ -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()