From 9080df938f0dfc45553eb6b67bff7ef6da129d1b Mon Sep 17 00:00:00 2001
From: Zhu Zhonghua <zhonghua@qq.com>
Date: 星期四, 24 四月 2025 15:13:59 +0800
Subject: [PATCH] 更新对应环境配置文件和环境启动命令

---
 src/api/mainPlan/apsPlatePlanList.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/api/mainPlan/apsPlatePlanList.js b/src/api/mainPlan/apsPlatePlanList.js
index 0029c5e..5fad45f 100644
--- a/src/api/mainPlan/apsPlatePlanList.js
+++ b/src/api/mainPlan/apsPlatePlanList.js
@@ -8,7 +8,13 @@
     params: query
   })
 }
-
+// 鏇存柊
+export function listApsPlateProcessShopStatUpdate() {
+  return request({
+    url: '/aps/plateProcessShopStat/update',
+    method: 'post'
+  })
+}
 // // 鏌ヨ閽i噾杞﹂棿缁熻璇︾粏
 // export function getApsPlateProcessShopStat(id) {
 //   return request({

--
Gitblit v1.9.3