diff --git a/src/api/purchase.ts b/src/api/purchase.ts index cc2d511..f69f8e8 100644 --- a/src/api/purchase.ts +++ b/src/api/purchase.ts @@ -26,6 +26,7 @@ export const getCompletedPurchaseList = (params: PurchaseListParams): Promise { const onTabChange = (name: string) => { currentTab.value = name searchKeyword.value = '' - - if (name === 'completed' && completedList.value.length === 0) { - onCompletedLoad() - } + handleClear() + // + // if (name === 'completed' && completedList.value.length === 0) { + // onCompletedLoad() + // } } // 已审批列表加载