From 552ec6b7d8ccc56c379da195fc6c9c74312b1070 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 22 五月 2026 17:57:46 +0800
Subject: [PATCH] OA部分查询条件变更
---
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