duy 2 lat temu
rodzic
commit
72fef0cb4c
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
 }
 // 点击排序