From e6ae5aadd37952c9cf86d562322001394057050f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 04 十一月 2022 09:18:28 +0800
Subject: [PATCH] 1.设备清单导入、物料清单导入前端对接
---
src/views/login/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index a136698..87da512 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -252,7 +252,8 @@
usercode,
username,
usertype,
- userid
+ userid,
+ rid: ''
}
const res = await ForcedOffline(data)
if (res.code === '200') {
--
Gitblit v1.9.3