zhangwencui
昨天 db76255e483a8829c3c79e752fa0538c9b226289
src/api/viewIndex.js
@@ -100,6 +100,15 @@
    method: "get",
  });
};
// 版本升级:查询版本列表(取第一条最新数据)
export const getAllVersion = (params) => {
  return request({
    url: "/app/getAllVersion",
    method: "get",
    params,
  });
};
// 质检分析(可传 dateType: 1周 2月 3季度)
export const qualityStatistics = (params) => {
  return request({