diff --git a/src/pages/store/orders/index.tsx b/src/pages/store/orders/index.tsx index 8d5064d..9f5b134 100644 --- a/src/pages/store/orders/index.tsx +++ b/src/pages/store/orders/index.tsx @@ -462,7 +462,7 @@ export default function StoreOrdersPage() { setShowShipModal(true) setLoadingClerks(true) try { - const res = await listShopStoreUser({storeId: order.storeId}) + const res = await listShopStoreUser() setClerkList(res || []) } catch (e) { Taro.showToast({title: '加载店员失败', icon: 'none'})