Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
link-tools
Overview
Overview
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
vue-plugins
link-tools
Commits
9fb866ff
Commit
9fb866ff
authored
Sep 17, 2018
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改重复选择清空 url
parent
9d64da2a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
linktools.vue
linktools.vue
+3
-0
linktoolspage.vue
linktoolspage.vue
+3
-0
No files found.
linktools.vue
View file @
9fb866ff
...
...
@@ -721,6 +721,9 @@ export default {
twoLevelValueChange
(
e
)
{
var
that
=
this
console
.
log
(
"二级选择值:"
,
e
)
// 清空已经选择
that
.
selectLinkObj
.
name
=
''
;
that
.
selectLinkObj
.
url
=
''
;
// 判断自定义
if
(
that
.
oneLevelTypeValue
==
6
)
{
...
...
linktoolspage.vue
View file @
9fb866ff
...
...
@@ -716,6 +716,9 @@ export default {
twoLevelValueChange
(
e
)
{
var
that
=
this
console
.
log
(
"二级选择值:"
,
e
)
// 清空已经选择
that
.
selectLinkObj
.
name
=
''
;
that
.
selectLinkObj
.
url
=
''
;
// 判断自定义
if
(
that
.
oneLevelTypeValue
==
6
)
{
...
...
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