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
c9814af4
authored
2022-08-19 16:27:32 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
8d538ab9
a35b4e20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/api/ywbl.js
src/api/ywbl.js
View file @
c9814af
...
...
@@ -3,9 +3,9 @@ import request from '@/utils/request'
业务办理-业务申请规则API
*/
// 选择单元-根据条件进行列表查询
export
function
get
SysSqdjywBysearch
(
data
)
{
export
function
get
selectBdcdy
(
data
)
{
return
request
({
url
:
'/
system/sysSqdjyw/getSysSqdjywBysearch
'
,
url
:
'/
ywbl/ywsq/selectBdcdy
'
,
method
:
'post'
,
data
})
...
...
Please
register
or
sign in
to post a comment