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
dc09efe0
authored
2024-02-05 15:44:40 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改抵押权对应的加载路径
1 parent
8b6df2ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
src/api/workflow/diyaqFlow.js
src/api/workflow/diyaqFlow.js
View file @
dc09efe
...
...
@@ -12,28 +12,37 @@ let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('Ap
* @author: renchao
*/
export
function
Init
(
data
)
{
let
apiUrl
=
"/rest/ywbl/dyaq/init"
;
return
request
({
url
:
SERVER
.
SERVERAPI
+
apiUrl
,
method
:
'post'
,
data
})
}
export
function
batchInit
(
data
)
{
let
apiUrl
=
""
;
switch
(
data
.
get
(
"djlx"
))
{
case
"100"
:
apiUrl
=
"/rest/ywbl/dyaq/fristInit"
;
apiUrl
=
"/rest/ywbl/dyaq/frist
Batch
Init"
;
break
;
case
"200"
:
apiUrl
=
"/rest/ywbl/dyaq/transferInit"
;
apiUrl
=
"/rest/ywbl/dyaq/transfer
Batch
Init"
;
break
;
case
"300"
:
apiUrl
=
"/rest/ywbl/dyaq/changeInit"
;
apiUrl
=
"/rest/ywbl/dyaq/change
Batch
Init"
;
break
;
case
"400"
:
apiUrl
=
"/rest/ywbl/dyaq/logoutInit"
;
apiUrl
=
"/rest/ywbl/dyaq/logout
Batch
Init"
;
break
;
case
"500"
:
apiUrl
=
"/rest/ywbl/dyaq/riviseInit"
;
apiUrl
=
"/rest/ywbl/dyaq/rivise
Batch
Init"
;
break
;
case
"901"
:
apiUrl
=
"/rest/ywbl/dyaq/renewalInit"
;
apiUrl
=
"/rest/ywbl/dyaq/renewal
Batch
Init"
;
break
;
case
"902"
:
apiUrl
=
"/rest/ywbl/dyaq/replaceInit"
;
apiUrl
=
"/rest/ywbl/dyaq/replace
Batch
Init"
;
break
;
}
return
request
({
...
...
Please
register
or
sign in
to post a comment