chd 4 bulan lalu
induk
melakukan
958b980206
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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(() => {
     })