deason 2 years ago
parent
commit
fffe5ca440
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/modules/oe/views/examDetail.vue

+ 2 - 0
src/modules/oe/views/examDetail.vue

@@ -864,6 +864,8 @@ export default {
       );
       );
     },
     },
     gotoCaptureDetail(row) {
     gotoCaptureDetail(row) {
+      this.selectedIds = [];
+      this.selectedIds.push(row.dataId);
       this.$refs["multipleTable"]?.toggleRowSelection(row, true);
       this.$refs["multipleTable"]?.toggleRowSelection(row, true);
       this.$nextTick(() => {
       this.$nextTick(() => {
         /** checkbox UI选中状态延迟 */
         /** checkbox UI选中状态延迟 */