Commit 6bcce379 by 周田

Merge branch 'liucan' into 'main'

fix:修改表格页面重置后跳转到第一页

See merge request !31
parents 2267a216 95c47d2c
......@@ -9,7 +9,7 @@
</div>
<div>
<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>
<span style="color: white">采集时间:</span>
......@@ -625,6 +625,7 @@ const resetForm = () => {
searchStation.value = ''
searchTargetName.value = ''
searchTimeValue.value = ''
pageObj.value.pageNo = 1
getData()
}
// 获取esa数据列表的方法
......
......@@ -350,6 +350,7 @@ const resetForm = () => {
searchTargetName.value = ''
searchTargetId.value = ''
searchTimeValue.value = ''
pageObj.value.pageNo = 1
getData()
}
const getData = async () => {
......
......@@ -344,6 +344,7 @@ const resetForm = () => {
noradCatId.value = ''
searchTargetName.value = ''
timeValue.value = ''
pageObj.value.pageNo = 1
getData()
}
// 获取st数据列表的方法
......
......@@ -179,6 +179,7 @@ const resetQuery = () => {
timeValue.value = []
spidername.value = ''
jobname.value = ''
pageObj.value.pageNo = 1
getData()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment