From 9d85448b0b76f5d9fc7b20a293221fc1c5c5b9ee Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 17 四月 2024 14:06:47 +0800 Subject: [PATCH] 工单下发:快捷下发 --- src/api/platform/work-order.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/platform/work-order.js b/src/api/platform/work-order.js index c59a54d..f135250 100644 --- a/src/api/platform/work-order.js +++ b/src/api/platform/work-order.js @@ -27,6 +27,15 @@ }) } +// 涓嬪彂閫夋嫨宸ュ崟 +export function selectedIdsDistribute(data, unitId) { + return request({ + url: '/work-order/distribute/ids' + '?unitId=' + unitId, + method: 'post', + data: data + }) +} + // 鏌ヨ杩愮淮宸ュ崟璇︾粏 export function getWorkOrder(id) { return request({ -- Gitblit v1.8.0