diff --git a/ui/src/components/front/item.vue b/ui/src/components/front/item.vue index bc180d5..aee2662 100644 --- a/ui/src/components/front/item.vue +++ b/ui/src/components/front/item.vue @@ -82,7 +82,8 @@ const state = reactive({ total:0, page:{ page:1, - title:"" + title:"", + status:0 }, getList:[] })