Merge branch 'dev'
Showing
1 changed file
with
1 additions
and
2 deletions
1 | /* | 1 | /* |
2 | * @Description: 企业银行接口 | 2 | * @Description: 企业银行接口 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-31 10:45:35 | 4 | * @LastEditTime: 2023-11-01 08:41:46 |
5 | */ | 5 | */ |
6 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
... | @@ -81,7 +81,6 @@ export function uploadSjClmx (data, bsmMaterial) { | ... | @@ -81,7 +81,6 @@ export function uploadSjClmx (data, bsmMaterial) { |
81 | } | 81 | } |
82 | 82 | ||
83 | 83 | ||
84 | |||
85 | /** | 84 | /** |
86 | * @description: 删除上传材料目录 | 85 | * @description: 删除上传材料目录 |
87 | * @param {*} bsmFile | 86 | * @param {*} bsmFile | ... | ... |
-
Please register or sign in to post a comment