Sfoglia il codice sorgente

取消shopIds

tags/小炒逻辑变更前
yangwenhua 2 anni fa
parent
commit
e018511dc9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/pages/order/order-product-report/index.jsx

+ 1
- 0
src/pages/order/order-product-report/index.jsx Vedi 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);


Caricamento…
Annulla
Salva