Commit fcf08b46 by linjinhong Committed by wusiyi

fix:修改问题

parent 83053dac
......@@ -1039,7 +1039,7 @@ const updateTableSelection = () => {
})
console.log('rowsToSelect', rowsToSelect)
selection.value = [...(rowsToSelect || [])]
selectPirceList.value = [...(rowsToSelect || [])]
}
// 获取应该选中的行
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment