wenbobowen %!s(int64=4) %!d(string=hai) anos
pai
achega
0a2f07a33b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         })
       }