From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +0800
Subject: [PATCH] 修改
---
src/api/system/tenant.js | 141 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 141 insertions(+), 0 deletions(-)
diff --git a/src/api/system/tenant.js b/src/api/system/tenant.js
index b0091e6..2ab722b 100644
--- a/src/api/system/tenant.js
+++ b/src/api/system/tenant.js
@@ -21,6 +21,62 @@
}
})
}
+export const selectTy = (hn) => {
+ return request({
+ url: '/api/blade-system/tenant/selectTy',
+ method: 'post',
+ params: {
+ hn
+ }
+ })
+}
+export const deletey = (hn) => {
+ return request({
+ url: '/api/blade-system/tenant/deletey',
+ method: 'post',
+ params: {
+ hn
+ }
+ })
+}
+export const deletes = (hn) => {
+ return request({
+ url: '/api/blade-system/tenant/deletes',
+ method: 'post',
+ params: {
+ hn
+ }
+ })
+}
+export const deleter = (hn) => {
+ return request({
+ url: '/api/blade-system/tenant/deleter',
+ method: 'post',
+ params: {
+ hn
+ }
+ })
+}
+
+
+export const selectTs = (hn) => {
+ return request({
+ url: '/api/blade-system/tenant/selectTs',
+ method: 'post',
+ params: {
+ hn
+ }
+ })
+}
+export const selectTr = (hn) => {
+ return request({
+ url: '/api/blade-system/tenant/selectTr',
+ method: 'post',
+ params: {
+ hn
+ }
+ })
+}
export const remove = (ids) => {
return request({
@@ -47,6 +103,91 @@
data: row
})
}
+export const instery = (dj, ht, ctime, content,hn) => {
+ return request({
+ url: '/api/blade-system/tenant/instery',
+ method: 'post',
+ params: {
+ dj,
+ ht,
+ ctime,
+ content,
+ hn
+ }
+ })
+}
+export const insertsr = (category, attributes, developers, housetype, content, hn) => {
+ return request({
+ url: '/api/blade-system/tenant/insertsr',
+ method: 'post',
+ params: {
+ category,
+ attributes,
+ developers,
+ housetype,
+ content,
+ hn
+ }
+ })
+}
+export const updateInfor = (category, attributes, developers, had, housetype, content, hn) => {
+ return request({
+ url: '/api/blade-system/tenant/updateInfor',
+ method: 'post',
+ params: {
+ category,
+ attributes,
+ developers,
+ had,
+ housetype,
+ content,
+ hn
+ }
+ })
+}
+
+export const updateInfoy = (dj, had, ht, ctime, content,hn) => {
+ return request({
+ url: '/api/blade-system/tenant/updateInfoy',
+ method: 'post',
+ params: {
+ dj,
+ had,
+ ht,
+ ctime,
+ content,
+ hn
+ }
+ })
+}
+export const insertss = (nature, had, motto, ctime, content,hn) => {
+ return request({
+ url: '/api/blade-system/tenant/insertss',
+ method: 'post',
+ params: {
+ nature,
+ had,
+ motto,
+ ctime,
+ content,
+ hn
+ }
+ })
+}
+export const updateInfos = (nature, had, motto, ctime, content,hn) => {
+ return request({
+ url: '/api/blade-system/tenant/updateInfos',
+ method: 'post',
+ params: {
+ nature,
+ had,
+ motto,
+ ctime,
+ content,
+ hn
+ }
+ })
+}
export const setting = (ids, form) => {
return request({
--
Gitblit v1.9.3