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 |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/api/system/tenant.js b/src/api/system/tenant.js
index 16ed870..2ab722b 100644
--- a/src/api/system/tenant.js
+++ b/src/api/system/tenant.js
@@ -103,13 +103,12 @@
     data: row
   })
 }
-export const instery = (dj, had, ht, ctime, content,hn) => {
+export const instery = (dj, ht, ctime, content,hn) => {
   return request({
     url: '/api/blade-system/tenant/instery',
     method: 'post',
     params: {
       dj,
-      had,
       ht,
       ctime,
       content,
@@ -117,7 +116,7 @@
     }
   })
 }
-export const insertsr = (category, attributes, developers, had, housetype, content, hn) => {
+export const insertsr = (category, attributes, developers, housetype, content, hn) => {
   return request({
     url: '/api/blade-system/tenant/insertsr',
     method: 'post',
@@ -125,7 +124,6 @@
       category,
       attributes,
       developers,
-      had,
       housetype,
       content,
       hn

--
Gitblit v1.9.3