From 514bbb98741f72e8c8cd0df2f5764bc3a71edf9b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 27 Jul 2021 10:46:16 +0800
Subject: [PATCH] 增加周月日时间筛选
---
src/api/system/tenant.js | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/api/system/tenant.js b/src/api/system/tenant.js
index a97c008..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
@@ -178,7 +176,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