From 4f11d6a54ade61ba7daf8ba856014d2f8994badf Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sun, 09 May 2021 08:34:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
src/api/system/tenant.js | 143 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 143 insertions(+), 0 deletions(-)
diff --git a/src/api/system/tenant.js b/src/api/system/tenant.js
index b0091e6..a97c008 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,93 @@
data: row
})
}
+export const instery = (dj, had, ht, ctime, content,hn) => {
+ return request({
+ url: '/api/blade-system/tenant/instery',
+ method: 'post',
+ params: {
+ dj,
+ had,
+ ht,
+ ctime,
+ content,
+ hn
+ }
+ })
+}
+export const insertsr = (category, attributes, developers, had, housetype, content, hn) => {
+ return request({
+ url: '/api/blade-system/tenant/insertsr',
+ method: 'post',
+ params: {
+ category,
+ attributes,
+ developers,
+ had,
+ 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/updateInfoy',
+ method: 'post',
+ params: {
+ nature,
+ had,
+ motto,
+ ctime,
+ content,
+ hn
+ }
+ })
+}
export const setting = (ids, form) => {
return request({
--
Gitblit v1.9.3