浏览代码

取消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);


正在加载...
取消
保存