[update] 修改bug82873

This commit is contained in:
lideqin
2024-03-28 17:12:03 +08:00
parent 7c2e9a375c
commit f6e5358d3f
2 changed files with 2 additions and 3 deletions
@@ -185,8 +185,7 @@ export default {
this.$router.push({
path: '/incomePayments/memberManage/StardsMemberProjectMeetingApplyInfo',
query: {
projectId: record.id,
year: record.year
projectId: record.id
}
})
}
@@ -309,7 +309,7 @@ export default {
}
},
created () {
this.filters.year = this.$route.query.year
this.filters.standardsId = this.$route.query.projectId
this.loadData()
},
methods: {