From ee17debc7eff4af0bbfc1f28a256f2a05993b0c5 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 16 四月 2024 17:19:36 +0800 Subject: [PATCH] feat:添加圆环 --- src/api/platform/work-order.js | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/api/platform/work-order.js b/src/api/platform/work-order.js index 38bdefa..c59a54d 100644 --- a/src/api/platform/work-order.js +++ b/src/api/platform/work-order.js @@ -78,3 +78,27 @@ data: data }) } + +// 鑾峰彇宸ュ崟杩愮淮鎯呭喌 +export function getYwCondition(data) { + return request({ + url: '/work-order/yw-condition/' + data, + method: 'get' + }) +} + +// 鑾峰彇宸ュ崟杩愮淮瀹℃牳璁板綍 +export function getYwAuditingList(data) { + return request({ + url: '/work-order/yw-auditing-list/' + data, + method: 'get' + }) +} + +// 鑾峰彇宸ュ崟杩愮淮鎯呭喌璁板綍 +export function getYwConditionList(data) { + return request({ + url: '/work-order/yw-condition-list/' + data, + method: 'get' + }) +} -- Gitblit v1.8.0