From 729d8843d626ff3a9d375e2489950565a237f257 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 20 May 2021 16:11:59 +0800
Subject: [PATCH] 客户管理问题修复(学校信息无法保存、下级设备无法查看)
---
src/api/system/tenant.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/system/tenant.js b/src/api/system/tenant.js
index a97c008..16ed870 100644
--- a/src/api/system/tenant.js
+++ b/src/api/system/tenant.js
@@ -178,7 +178,7 @@
}
export const updateInfos = (nature, had, motto, ctime, content,hn) => {
return request({
- url: '/api/blade-system/tenant/updateInfoy',
+ url: '/api/blade-system/tenant/updateInfos',
method: 'post',
params: {
nature,
--
Gitblit v1.9.3