Browse Source

取消shopIds

tags/小炒逻辑变更前
yangwenhua 2 years ago
parent
commit
e018511dc9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/pages/order/order-product-report/index.jsx

+ 1
- 0
src/pages/order/order-product-report/index.jsx View File

@@ -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);


Loading…
Cancel
Save