wenbobowen 4 년 전
부모
커밋
0a2f07a33b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/projectManage/bugList/details/index.vue

+ 1 - 1
src/views/projectManage/bugList/details/index.vue

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