Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f474e06b
authored
Mar 09, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移除 ConfigPageReqVO,简化理解成本
parent
7540a4e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
+1
-8
src/api/infra/config/index.ts
+1
-8
No files found.
src/api/infra/config/index.ts
View file @
f474e06b
...
...
@@ -12,13 +12,6 @@ export interface ConfigVO {
createTime
:
Date
}
export
interface
ConfigPageReqVO
extends
PageParam
{
name
?:
string
key
?:
string
type
?:
number
createTime
?:
Date
[]
}
export
interface
ConfigExportReqVO
{
name
?:
string
key
?:
string
...
...
@@ -27,7 +20,7 @@ export interface ConfigExportReqVO {
}
// 查询参数列表
export
const
getConfigPage
=
(
params
:
ConfigPageReqVO
)
=>
{
export
const
getConfigPage
=
(
params
:
PageParam
)
=>
{
return
request
.
get
({
url
:
'/infra/config/page'
,
params
})
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment