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
9c1b121e
...
9c1b121ebee7b108d113c69283acde69b4688bdf
authored
2022-01-19 15:00:40 +0800
by
张浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
8cbc9f98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/page/toolData.vue
src/page/toolData.vue
View file @
9c1b121
...
...
@@ -127,7 +127,6 @@
});
},
methodCountSubmit
()
{
console
.
log
(
this
.
methodCount
.
showdate
);
const
{
href
}
=
this
.
$router
.
resolve
({
name
:
'methodCount'
,
query
:
{
beginDate
:
this
.
methodCount
.
showdate
[
0
],
endDate
:
this
.
methodCount
.
showdate
[
1
]}})
window
.
open
(
href
,
'_blank'
)
...
...
Please
register
or
sign in
to post a comment