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
291b4853
authored
2022-09-16 16:02:20 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bug修复
1 parent
e9a215c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/zhcx.js
src/api/zhcx.js
View file @
291b485
...
...
@@ -9,7 +9,7 @@ import request from '@/utils/request'
// 根据条件进行列表查询
export
function
getDjbBysearch
(
data
)
{
return
request
({
url
:
'/zhcx/qlxx/getDjbBysearch'
,
url
:
'/zhcx/
search/
qlxx/getDjbBysearch'
,
method
:
'post'
,
data
:
data
})
...
...
Please
register
or
sign in
to post a comment