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