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