|
@ -456,8 +456,10 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
async toIssueInfo (index) { |
|
|
async toIssueInfo (index) { |
|
|
|
|
|
|
|
|
const { tableList } = this; |
|
|
const { tableList } = this; |
|
|
this.detailId = tableList[index].id |
|
|
this.detailId = tableList[index].id |
|
|
|
|
|
console.log('this.detailId', this.detailId) |
|
|
this.showDetail = true |
|
|
this.showDetail = true |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|