chd hace 4 meses
padre
commit
958b980206
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/entrypoints/sidepanel/component/historyComponent.vue

+ 1 - 1
src/entrypoints/sidepanel/component/historyComponent.vue

@@ -64,7 +64,7 @@ function handleDeleteStore(e: any, item: any,name:string) {
         page: 1,
         size: 50
       }).then(res => {
-        dataList.value = res.list
+        dataList.value = res.data.list
       }).finally(res => loading.value = false)
     }).catch(() => {
     })