From bd43613d3d2ebec48a4ed4d83b77eeeeeac36a7a Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 16 十一月 2023 11:29:26 +0800 Subject: [PATCH] 去掉当前工序无编号,无法查询工序的提示,只需要id --- src/api/home/index.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/api/home/index.js b/src/api/home/index.js index 92b940c..50760f3 100644 --- a/src/api/home/index.js +++ b/src/api/home/index.js @@ -161,3 +161,14 @@ data }) } + +/** + * 璁惧畾褰撳墠璁惧 + */ +export function apiSetCurrentDevice(data) { + return request({ + url: `/v1/device/setCurrentDeviceId`, + method: 'post', + data + }) +} -- Gitblit v1.8.0