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