Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liyaoting
/
jk-ut-plugin
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
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit cc0f0ed1
authored
2023-05-12 09:42:54 +0800
by
fengweida
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复bug
1 parent
055bd749
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
index.html
index.html
View file @
cc0f0ed
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<div
class=
"input-group"
>
<div
class=
"input-group"
>
<input
type=
"text"
class=
"form-control"
v-model=
"searchText"
placeholder=
"输入搜索内容"
>
<input
type=
"text"
class=
"form-control"
v-model=
"searchText"
placeholder=
"输入搜索内容"
>
<span
class=
"input-group-btn"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-danger"
type=
"button"
@
click=
"cleanSearchText"
>
清
楚
搜索内容
</button>
<button
class=
"btn btn-danger"
type=
"button"
@
click=
"cleanSearchText"
>
清
除
搜索内容
</button>
</span>
</span>
</div>
</div>
</div>
</div>
...
@@ -90,6 +90,9 @@
...
@@ -90,6 +90,9 @@
let
serviceList
=
[];
let
serviceList
=
[];
for
(
let
i
=
0
;
i
<
valArr
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
valArr
.
length
;
i
++
)
{
let
val
=
valArr
[
i
];
let
val
=
valArr
[
i
];
if
(
val
.
trim
()
==
''
){
continue
;
}
this
.
allServiceList
.
forEach
((
item
)
=>
{
this
.
allServiceList
.
forEach
((
item
)
=>
{
console
.
log
(
item
)
console
.
log
(
item
)
if
(
item
.
serviceName
.
indexOf
(
val
)
!=
-
1
)
{
if
(
item
.
serviceName
.
indexOf
(
val
)
!=
-
1
)
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment