Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
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
Commit
6dd31c3d
...
6dd31c3da0ff995ab4f698396a244bb25e80c86e
authored
2022-01-27 16:22:28 +0800
by
张浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
f81a1067
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/page/bizDataResponse.vue
src/page/toolData.vue
src/page/bizDataResponse.vue
View file @
6dd31c3
...
...
@@ -55,7 +55,7 @@
}
this
.
$http
.
get
(
'/bigdata/bizDataResponse?'
+
this
.
$qs
.
stringify
({
method
:
this
.
name
,
bizdata
:
this
.
bizdata
,
biz
_
data
:
this
.
bizdata
,
beginDate
:
this
.
beginDate
,
endDate
:
this
.
endDate
}),
config
).
then
((
res
)
=>
{
...
...
src/page/toolData.vue
View file @
6dd31c3
...
...
@@ -208,10 +208,10 @@
},
bizDataResponseSubmit
()
{
const
{
href
}
=
this
.
$router
.
resolve
({
name
:
'bizDataResponse'
,
query
:
{
name
:
this
.
bizData
Count
.
name
,
bizdata
:
this
.
bizData
Count
.
bizdata
,
beginDate
:
this
.
bizData
Count
.
showdate
[
0
],
endDate
:
this
.
bizData
Count
.
showdate
[
1
]}})
{
name
:
this
.
bizData
Response
.
name
,
bizdata
:
this
.
bizData
Response
.
bizdata
,
beginDate
:
this
.
bizData
Response
.
showdate
[
0
],
endDate
:
this
.
bizData
Response
.
showdate
[
1
]}})
window
.
open
(
href
,
'_blank'
)
}
}
...
...
Please
register
or
sign in
to post a comment