瀏覽代碼

拖拽排序

duy 2 年之前
父節點
當前提交
72fef0cb4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/components/tab-approve.vue

+ 1 - 1
src/views/system/components/tab-approve.vue

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