Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1995c916
authored
2022-08-23 09:10:47 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务规则
1 parent
15568861
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
src/api/sqywgz.js
src/api/sqywgz.js
View file @
1995c91
...
...
@@ -10,4 +10,13 @@ export function getSysSqdjywBysearch (data) {
data
})
}
// 读取明细
export
function
getSysSqdjywDetailById
(
id
)
{
return
request
({
url
:
'/system/sysSqdjyw/getSysSqdjywDetailById'
,
method
:
'get'
,
params
:
{
id
:
id
}
})
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment