xiangpei
2025-01-07 8779375b26e23113ebfa5940e4e5dbe696980f53
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)
            }