chd 4 mesiacov pred
rodič
commit
958b980206

+ 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(() => {
     })