Ver código fonte

取消shopIds

tags/小炒逻辑变更前
yangwenhua 2 anos atrás
pai
commit
e018511dc9
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/pages/order/order-product-report/index.jsx

+ 1
- 0
src/pages/order/order-product-report/index.jsx Ver arquivo

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


Carregando…
Cancelar
Salvar