[update] 修改bug82873
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user