From 9d94bacb1e7decb49a4a6d3de171355867f7fde7 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 01 六月 2026 14:15:23 +0800
Subject: [PATCH] fix:质检合格率 添加同比环比

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

diff --git a/src/api/system/post.js b/src/api/system/post.js
index 8faa266..fcb5bba 100644
--- a/src/api/system/post.js
+++ b/src/api/system/post.js
@@ -9,6 +9,15 @@
   })
 }
 
+export function findPostOptions(query) {
+  return request({
+    url: '/system/post/optionselect',
+    method: 'get',
+    params: query
+  })
+}
+
+
 // 鏌ヨ宀椾綅璇︾粏
 export function getPost(postId) {
   return request({

--
Gitblit v1.9.3