zhouwx
2025-03-21 63d315600f35200be81e78af7e30fc36cc62a051
src/views/safetyReview/projectManage/components/expertsList.vue
@@ -140,7 +140,10 @@
const openDialog = (type,choosedData,domainList) => {
  research()
  nextTick(() => {
    tableRef.value.clearSelection()
    if(tableRef.value){
      tableRef.value.clearSelection()
    }
  })
  data.dialogVisible = true
  data.choosed = choosedData.map(item => {
@@ -234,15 +237,17 @@
  //   tableRef.value.toggleRowSelection(item, true)
  // })
  // tableRef.value.clearSelection()
  // if(selection.length == 0)  {
  //   return
  // }
  // tableRef.value.toggleRowSelection(row, true);
  tableRef.value.clearSelection()
  if(selection.length == 0)  {
    return
  }
  tableRef.value.toggleRowSelection(row, true);
  data.selected = [row]
})
const handleSelectionChange = (val) => {
  data.selected = val
  // debugger
  // data.selected = val
}
const search = ()=>{