@@ -296,7 +296,7 @@ const getcheckData = async ()=>{
// 行拖拽
const tableRef = ref(null)
const rowDropTap = (rows) => {
- tableData.value = []
+
tableRef.value?.setData(rows)
}
// 点击排序