From b5a93027e6ae277f548d3c1ba6232f64ca153b90 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 27 九月 2023 10:19:55 +0800 Subject: [PATCH] 设备状态如果是断开 增加 断开的原因 --- src/api/home/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/home/index.js b/src/api/home/index.js index 37cbcae..33c9251 100644 --- a/src/api/home/index.js +++ b/src/api/home/index.js @@ -19,6 +19,7 @@ export const getProgress = (data) => { return request({ url: "/v1/plc/productProgress", + loadingFlag:true, method: "post", data }); -- Gitblit v1.8.0