From 350b540485669e9f5e5a91c1be8bb4a37ef98841 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 20 八月 2026 15:04:19 +0800
Subject: [PATCH] 天津-阳光彩印 1.员工合同编辑页面自动带出员工关联基础信息 2.合同到期提前45 天系统弹窗提醒,到期预警天数固定 45 天

---
 src/api/basicData/product.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/api/basicData/product.js b/src/api/basicData/product.js
index d29a064..76b4634 100644
--- a/src/api/basicData/product.js
+++ b/src/api/basicData/product.js
@@ -1,6 +1,14 @@
 // 浜у搧缁存姢椤甸潰鎺ュ彛
 import request from '@/utils/request'
 
+// 浜у搧鍒楄〃鏌ヨ
+export function productListPage(query) {
+    return request({
+        url: '/basic/product/listPage',
+        method: 'get',
+        params: query
+    })
+}
 // 浜у搧鏍戞煡璇�
 export function productTreeList(query) {
     return request({
@@ -64,4 +72,4 @@
         method: 'get',
         responseType: 'blob'
     })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3