Explorar o código

修复个人中心的回收站bug

ZaiZai %!s(int64=2) %!d(string=hai) anos
pai
achega
0c302b2d59
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/user/index.vue

+ 1 - 1
src/views/user/index.vue

@@ -671,7 +671,7 @@ const getRecycleTableData = async () => {
 //多选
 const RecycleCheckedKeys = ref([]);
 const recycleTableSelectionChange = (val) => {
-    console.log(val)
+    RecycleCheckedKeys.value = val
 }
 
 //恢复