Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
1620a57b
Commit
1620a57b
authored
Oct 24, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并产品【7319】【7006】<2>【6968】<2>
parent
1130b6f7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
dee_ui.js
applications/architecture-dee/public/dee-ui/dee_ui.js
+3
-3
report.html
applications/architecture-dee/public/dee-ui/report.html
+2
-2
http.js
applications/architecture-dee/src/utils/http.js
+3
-2
No files found.
applications/architecture-dee/public/dee-ui/dee_ui.js
View file @
1620a57b
This diff is collapsed.
Click to expand it.
applications/architecture-dee/public/dee-ui/report.html
View file @
1620a57b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
applications/architecture-dee/src/utils/http.js
View file @
1620a57b
...
...
@@ -13,7 +13,7 @@ import disShowErrorMsg from './disShowErrorMsg'
import
guid
from
'@/utils/util'
let
ajaxCount
=
0
let
loadingInstance
le
t
ajaxTimer
=
{}
cons
t
ajaxTimer
=
{}
const
disShowLadingRequestUrl
=
[
// '/RepoFileUpload/find/recursion'
'/RepoFileUpload/findWithCondition'
,
...
...
@@ -307,7 +307,8 @@ function downloadFile(url, type = 'get', params, userAction = true) {
method
:
type
,
url
:
url
,
// 请求地址
responseType
:
'blob'
,
// 表明返回服务器返回的数据类型
data
:
params
,
// get 的参数名是 params;post 的参数名是 data
[
type
===
'get'
?
'params'
:
'data'
]:
params
,
headers
:
userAction
?
{
'X-User-Action'
:
'user-action'
}
:
{}
}).
then
(
response
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment