|
@@ -154,7 +154,7 @@ export default {
|
|
this.$refs.adjustDialog.open(row,this.settings.filter(item => item.groupId == row.groupId))
|
|
this.$refs.adjustDialog.open(row,this.settings.filter(item => item.groupId == row.groupId))
|
|
},
|
|
},
|
|
toDetail(row) {
|
|
toDetail(row) {
|
|
- const params = {groupId: row.groupId,groupIds: (this.round.groupIds &&this.round.groupIds.split(','))||[]}
|
|
|
|
|
|
+ const params = {group: row,groupIds: (this.round.groupIds &&this.round.groupIds.split(','))||[]}
|
|
const path = '/elective/dispatch/detail'
|
|
const path = '/elective/dispatch/detail'
|
|
console.log('prev transfer', row, this.round)
|
|
console.log('prev transfer', row, this.round)
|
|
this.transferTo(path, params)
|
|
this.transferTo(path, params)
|