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
acb56364
...
acb5636490fdcbd440fbf7faa086c9f0bb628437
authored
2022-01-19 14:47:04 +0800
by
张浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
f36793a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/page/toolData.vue
src/page/toolData.vue
View file @
acb5636
...
...
@@ -126,6 +126,7 @@
});
},
methodCountSubmit
()
{
console
.
log
(
this
.
methodCount
.
showdate
);
const
{
href
}
=
this
.
$router
.
resolve
({
name
:
'methodCount'
,
query
:
{
showdate
:
this
.
methodCount
.
showdate
}})
window
.
open
(
href
,
'_blank'
)
...
...
Please
register
or
sign in
to post a comment