deason 2 anni fa
parent
commit
fffe5ca440
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) {
+      this.selectedIds = [];
+      this.selectedIds.push(row.dataId);
       this.$refs["multipleTable"]?.toggleRowSelection(row, true);
       this.$nextTick(() => {
         /** checkbox UI选中状态延迟 */