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
efe3bd7c
Commit
efe3bd7c
authored
Jul 30, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:分页问题处理
parent
edd150c0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
1 deletion
+17
-1
_anquan_changshi.js
src/_anquan_changshi.js
+2
-0
_checkrecord-all.js
src/_checkrecord-all.js
+2
-0
_peixun_yanlian.js
src/_peixun_yanlian.js
+2
-0
_shangbao-list.js
src/_shangbao-list.js
+2
-0
_shanghu_detail-edit.js
src/_shanghu_detail-edit.js
+2
-0
_tezhongzuoye.js
src/_tezhongzuoye.js
+3
-0
_yh_check.js
src/_yh_check.js
+3
-0
_shanghu_list.js
src/unuse/_shanghu_list.js
+1
-1
No files found.
src/_anquan_changshi.js
View file @
efe3bd7c
...
...
@@ -56,6 +56,8 @@ window.addEventListener("load", function () {
this
.
size
=
6
this
.
total
=
0
this
.
hazardList
=
[]
this
.
loading
=
false
this
.
finished
=
false
},
getList
(){
// 这里添加获取数据的逻辑
...
...
src/_checkrecord-all.js
View file @
efe3bd7c
...
...
@@ -42,6 +42,8 @@ window.addEventListener('load', function () {
this
.
size
=
10
this
.
total
=
0
this
.
hazardList
=
[]
this
.
loading
=
false
this
.
finished
=
false
},
onSearch
()
{
console
.
log
(
'
xxxx
'
,
this
.
merName
)
...
...
src/_peixun_yanlian.js
View file @
efe3bd7c
...
...
@@ -132,6 +132,8 @@ window.addEventListener("load", function() {
this
.
size
=
10
this
.
total
=
0
this
.
hazardList
=
[]
this
.
loading
=
false
this
.
finished
=
false
},
clickTab
()
{
this
.
init
()
...
...
src/_shangbao-list.js
View file @
efe3bd7c
...
...
@@ -41,6 +41,8 @@ window.addEventListener('load', function () {
this
.
size
=
10
this
.
total
=
0
this
.
hazardList
=
[]
this
.
loading
=
false
this
.
finished
=
false
},
onSearch
()
{
console
.
log
(
'
xxxx
'
,
this
.
merName
)
...
...
src/_shanghu_detail-edit.js
View file @
efe3bd7c
...
...
@@ -98,6 +98,8 @@ window.addEventListener('load', function () {
this
.
size
=
9999
this
.
total
=
0
this
.
consumerSuggestList
=
[]
this
.
loading
=
false
this
.
finished
=
false
},
showImage
(
list
,
index
)
{
...
...
src/_tezhongzuoye.js
View file @
efe3bd7c
...
...
@@ -76,6 +76,9 @@ window.addEventListener("load", function() {
this
.
size
=
10
this
.
total
=
0
this
.
hazardList
=
[]
this
.
loading
=
false
this
.
finished
=
false
},
onSearch
()
{
console
.
log
(
'
xxxx
'
,
this
.
title
)
...
...
src/_yh_check.js
View file @
efe3bd7c
...
...
@@ -120,6 +120,9 @@ window.addEventListener('load', function () {
this
.
page
=
1
this
.
size
=
6
this
.
total
=
0
this
.
loading
=
false
this
.
finished
=
false
this
.
hazardList
=
[]
},
yhstatus
()
{
// tab值对应的隐患状态码装欢
...
...
src/unuse/_shanghu_list.js
View file @
efe3bd7c
...
...
@@ -83,7 +83,7 @@ window.addEventListener('load', function () {
setTimeout
(()
=>
{
this
.
$nextTick
(()
=>
{
vant
.
Toast
.
clear
()
})
})
},
0
)
this
.
$nextTick
(()
=>
{
// 滚动条跳转位置
...
...
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