duy 2 долоо хоног өмнө
parent
commit
67699cad42

+ 3 - 0
src/views/tasks/components/hc-tasks-user/modules/process-modal.vue

@@ -103,6 +103,7 @@ const rowDropTap = async (rows) => {
     tableData.value = []
     await nextTick()
     tableRef.value?.setData(rows)
+        tableData.value = rows
 }
 
 // 点击排序
@@ -116,6 +117,8 @@ const rowSortTap = async (rows) => {
 //确定选择
 const confirmClick = async () => {
     const list = deepClone(tableData.value)
+
+    
     emit('finish', list)
     modalClose()
 }