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
1ea405c0
authored
2024-02-05 16:17:13 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加抵押权批量操作
1 parent
4ec0ed5c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
src/api/workflow/diyaqFlow.js
src/views/ywbl/slsqxx/diyaq/batchSlxx.vue
src/api/workflow/diyaqFlow.js
View file @
1ea405c
...
...
@@ -65,3 +65,20 @@ export function saveData (data, djlx) {
data
})
}
/**
* @description: 批量保存
* @param {*} data
* @author: renchao
*/
export
function
saveBatchData
(
data
,
djlx
)
{
let
apiUrl
=
"/rest/ywbl/dyaq/saveBatchData"
;
if
(
djlx
==
"400"
)
{
apiUrl
=
"/rest/ywbl/dyaq/saveLogoutBatchData"
;
}
return
request
({
url
:
SERVER
.
SERVERAPI
+
apiUrl
,
method
:
'post'
,
data
})
}
...
...
src/views/ywbl/slsqxx/diyaq/batchSlxx.vue
0 → 100644
View file @
1ea405c
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment