Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
36c258cd
Commit
36c258cd
authored
Jun 09, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:隐患列表条件搜索
parent
6d3a213c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
_yh_check.html
src/_yh_check.html
+2
-2
_yh_check.js
src/_yh_check.js
+1
-0
No files found.
src/_yh_check.html
View file @
36c258cd
...
@@ -18,11 +18,11 @@
...
@@ -18,11 +18,11 @@
v-model=
"shanghuName"
v-model=
"shanghuName"
show-action
show-action
placeholder=
"请输入商家关键词"
placeholder=
"请输入商家关键词"
@
search=
"
getList
()"
@
search=
"
onSearch
()"
v-show=
"showSearch"
v-show=
"showSearch"
>
>
<template
#action
>
<template
#action
>
<div
@
click=
"
getList
()"
></div>
<div
@
click=
"
onSearch
()"
></div>
</template>
</template>
</van-search>
</van-search>
</div>
</div>
...
...
src/_yh_check.js
View file @
36c258cd
...
@@ -80,6 +80,7 @@ window.addEventListener('load', function () {
...
@@ -80,6 +80,7 @@ window.addEventListener('load', function () {
this
.
getList
()
this
.
getList
()
},
},
onSearch
()
{
onSearch
()
{
this
.
reset
()
this
.
getList
()
this
.
getList
()
},
},
// 新增选择确认方法
// 新增选择确认方法
...
...
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