소스 검색

取消shopIds

tags/小炒逻辑变更前
yangwenhua 2 년 전
부모
커밋
e018511dc9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/pages/order/order-product-report/index.jsx

+ 1
- 0
src/pages/order/order-product-report/index.jsx 파일 보기

@@ -120,6 +120,7 @@ export default function Index() {
"startTime": timeRange[0],
"endTime": timeRange[1]
}
if (!currentOrg.key) delete jsonData.shopIds;
setShowLoading(true);
const response = await productAPI.getProductEcharts(jsonData);
setShowLoading(false);


불러오는 중...
취소
저장