chd пре 4 месеци
родитељ
комит
958b980206
1 измењених фајлова са 1 додато и 1 уклоњено
  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(() => {
     })