@@ -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选中状态延迟 */