|
@@ -795,7 +795,7 @@ export default {
|
|
},
|
|
},
|
|
handleClick(tab) {
|
|
handleClick(tab) {
|
|
if (tab.label === '变更记录') {
|
|
if (tab.label === '变更记录') {
|
|
- operationLogBug(this.id).then(res => {
|
|
|
|
|
|
+ operationLogBug(this.bug.id).then(res => {
|
|
this.changeRecord = res.data
|
|
this.changeRecord = res.data
|
|
})
|
|
})
|
|
}
|
|
}
|