From d0a2c018b1612fb40d5e38f78d5180f2b90500fd Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 06 九月 2022 17:28:49 +0800
Subject: [PATCH] 1.新增车间公告页面2.新看板修改并部署

---
 src/api/sbgl.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/sbgl.js b/src/api/sbgl.js
index 8f5e37e..6b2e147 100644
--- a/src/api/sbgl.js
+++ b/src/api/sbgl.js
@@ -258,6 +258,6 @@
   return request({
     url: 'DeviceManager/SaveDeviceRepairStanedAssociationEqp?repairstand_code=' + repairstand_code,
     method: 'post',
-    params: data
+    data
   })
 }

--
Gitblit v1.9.3