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
d07f7e05
authored
2022-08-17 10:39:12 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
0dacd01e
a5f1218d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
src/api/sqywgz.js
src/api/sqywgz.js
0 → 100644
View file @
d07f7e0
1
import
request
from
'@/utils/request'
2
/*
3
申请业务规则API
4
*/
5
6
// 申请业务规则API-根据条件进行列表查询
7
export
function
getSysSqdjywBysearch
(
data
)
{
8
return
request
({
9
url
:
'/system/sysSqdjyw/getSysSqdjywBysearch'
,
10
method
:
'get'
,
11
params
:
data
12
})
13
}
14
Please
register
or
sign in
to post a comment