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
69925766
authored
2023-11-01 08:43:16 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
ed6968e0
1f6d99f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/api/company.js
src/api/company.js
View file @
6992576
/*
* @Description: 企业银行接口
* @Autor: renchao
* @LastEditTime: 2023-1
0-31 10:45:35
* @LastEditTime: 2023-1
1-01 08:41:46
*/
import
request
from
'@/utils/request'
let
SERVER
=
window
.
config
?
window
.
config
:
JSON
.
parse
(
localStorage
.
getItem
(
'ApiUrl'
))
...
...
@@ -81,7 +81,6 @@ export function uploadSjClmx (data, bsmMaterial) {
}
/**
* @description: 删除上传材料目录
* @param {*} bsmFile
...
...
Please
register
or
sign in
to post a comment