fix(缺陷管理): 修复缺陷点击id查看详情顺序不对问题
This commit is contained in:
parent
0be3be4a28
commit
e77c22abb3
|
@ -676,7 +676,7 @@
|
|||
} else {
|
||||
detailVisible.value = true;
|
||||
activeDetailId.value = id;
|
||||
activeCaseIndex.value = rowIndex;
|
||||
activeCaseIndex.value = rowIndex - 1;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue