From 9cfe25c453366d1203fc34fae59cabe396ec4abc Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 09 四月 2026 13:02:10 +0800
Subject: [PATCH] Merge branch 'dev_new' of http://114.132.189.42:9002/r/product-inventory-APP-before into dev_new

---
 src/api/viewIndex.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 8b5d144..7801618 100644
--- a/src/api/viewIndex.js
+++ b/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瀛e害锛�
 export const qualityStatistics = (params) => {
   return request({

--
Gitblit v1.9.3