src/components/flow/User/index.vue
@@ -245,8 +245,6 @@ this.$nextTick(() => { this.$refs.dataTable.clearSelection(); this.userList.forEach(item => { console.log("单选值:", this.radioSelected) console.log(parseInt(this.radioSelected) === item.userId) if (parseInt(this.radioSelected) === item.userId) { this.$refs.dataTable.toggleRowSelection(item) }