fix(order): remove status bypass and wire pending_review lifecycle

This commit is contained in:
zetaloop
2026-02-23 11:05:38 +08:00
parent 4fce328ef1
commit da5574c5b3
2 changed files with 48 additions and 39 deletions
+1
View File
@@ -105,6 +105,7 @@ export const useReviewStore = create<ReviewState>((set, get) => ({
item.orderId === input.orderId ? { ...item, sealed: false } : item,
),
}))
useOrderStore.getState().autoTimeoutPendingReview(input.orderId)
}
return allow()