Commit 71bc2511 by linjinhong Committed by qinjianhui

fix:修改问题

parent 0239b31f
...@@ -1039,7 +1039,7 @@ const updateTableSelection = () => { ...@@ -1039,7 +1039,7 @@ const updateTableSelection = () => {
}) })
console.log('rowsToSelect', rowsToSelect) 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