From f90be871356e2b7e2f13ee2d69effc8bd5802458 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 26 七月 2024 11:23:22 +0800
Subject: [PATCH] 工单下发明显展示点位为重点点位、下发人、下发时间

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

diff --git a/src/api/platform/point.js b/src/api/platform/point.js
index 67804eb..2f2e05e 100644
--- a/src/api/platform/point.js
+++ b/src/api/platform/point.js
@@ -61,3 +61,12 @@
     method: 'delete'
   })
 }
+
+// 鐐逛綅涓嬫媺鍒楄〃
+export function pointSelectData(param) {
+  return request({
+    url: '/yw-point/select',
+    method: 'get',
+    params: param
+  })
+}

--
Gitblit v1.8.0