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
8cc9437f
...
8cc9437f1346ff5b4e922d7bc5acde39ebd7b225
authored
2022-01-21 17:01:44 +0800
by
张浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
6a32fdd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
src/page/bizDataCount.vue
src/page/toolData.vue
src/page/bizDataCount.vue
View file @
8cc9437
...
...
@@ -52,7 +52,6 @@
'Content-Type'
:
'application/x-www-form-urlencoded'
}
}
console
.
log
(
this
.
name
);
this
.
$http
.
get
(
'/bigdata/bizDataCount?'
+
this
.
$qs
.
stringify
({
method
:
this
.
name
,
beginDate
:
this
.
beginDate
,
...
...
src/page/toolData.vue
View file @
8cc9437
...
...
@@ -165,9 +165,9 @@
},
bizDataCountSubmit
()
{
const
{
href
}
=
this
.
$router
.
resolve
({
name
:
'bizDataCount'
,
query
:
{
name
:
this
.
method
Count
.
name
,
beginDate
:
this
.
method
Count
.
showdate
[
0
],
endDate
:
this
.
method
Count
.
showdate
[
1
]}})
{
name
:
this
.
bizData
Count
.
name
,
beginDate
:
this
.
bizData
Count
.
showdate
[
0
],
endDate
:
this
.
bizData
Count
.
showdate
[
1
]}})
window
.
open
(
href
,
'_blank'
)
}
}
...
...
Please
register
or
sign in
to post a comment