Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fk-spider-web
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
周田
fk-spider-web
Commits
6bcce379
Commit
6bcce379
authored
Jan 22, 2026
by
周田
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liucan' into 'main'
fix:修改表格页面重置后跳转到第一页 See merge request
!31
parents
2267a216
95c47d2c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletions
+5
-1
esDataTab.vue
src/views/os-dataDisplay/components/esDataTab.vue
+2
-1
ituDataTab.vue
src/views/os-dataDisplay/components/ituDataTab.vue
+1
-0
stDataTab.vue
src/views/os-dataDisplay/components/stDataTab.vue
+1
-0
index.vue
src/views/os-taskRecord/index.vue
+1
-0
No files found.
src/views/os-dataDisplay/components/esDataTab.vue
View file @
6bcce379
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</div>
</div>
<div>
<div>
<span
style=
"color: white"
>
站点名称:
</span>
<span
style=
"color: white"
>
站点名称:
</span>
<el-input
placeholder=
"请输入"
v-model=
"searchStation"
style=
"width: 170.5px"
/>
<el-input
placeholder=
"请输入
站点名称
"
v-model=
"searchStation"
style=
"width: 170.5px"
/>
</div>
</div>
<div>
<div>
<span
style=
"color: white"
>
采集时间:
</span>
<span
style=
"color: white"
>
采集时间:
</span>
...
@@ -625,6 +625,7 @@ const resetForm = () => {
...
@@ -625,6 +625,7 @@ const resetForm = () => {
searchStation
.
value
=
''
searchStation
.
value
=
''
searchTargetName
.
value
=
''
searchTargetName
.
value
=
''
searchTimeValue
.
value
=
''
searchTimeValue
.
value
=
''
pageObj
.
value
.
pageNo
=
1
getData
()
getData
()
}
}
// 获取esa数据列表的方法
// 获取esa数据列表的方法
...
...
src/views/os-dataDisplay/components/ituDataTab.vue
View file @
6bcce379
...
@@ -350,6 +350,7 @@ const resetForm = () => {
...
@@ -350,6 +350,7 @@ const resetForm = () => {
searchTargetName
.
value
=
''
searchTargetName
.
value
=
''
searchTargetId
.
value
=
''
searchTargetId
.
value
=
''
searchTimeValue
.
value
=
''
searchTimeValue
.
value
=
''
pageObj
.
value
.
pageNo
=
1
getData
()
getData
()
}
}
const
getData
=
async
()
=>
{
const
getData
=
async
()
=>
{
...
...
src/views/os-dataDisplay/components/stDataTab.vue
View file @
6bcce379
...
@@ -344,6 +344,7 @@ const resetForm = () => {
...
@@ -344,6 +344,7 @@ const resetForm = () => {
noradCatId
.
value
=
''
noradCatId
.
value
=
''
searchTargetName
.
value
=
''
searchTargetName
.
value
=
''
timeValue
.
value
=
''
timeValue
.
value
=
''
pageObj
.
value
.
pageNo
=
1
getData
()
getData
()
}
}
// 获取st数据列表的方法
// 获取st数据列表的方法
...
...
src/views/os-taskRecord/index.vue
View file @
6bcce379
...
@@ -179,6 +179,7 @@ const resetQuery = () => {
...
@@ -179,6 +179,7 @@ const resetQuery = () => {
timeValue
.
value
=
[]
timeValue
.
value
=
[]
spidername
.
value
=
''
spidername
.
value
=
''
jobname
.
value
=
''
jobname
.
value
=
''
pageObj
.
value
.
pageNo
=
1
getData
()
getData
()
}
}
...
...
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