Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f4e319a5
authored
2023-02-10 16:40:04 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:分页修改
1 parent
58c584f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
15 deletions
src/views/sthj/dbrzcx/index.vue
src/views/sthj/sbbwcx/index.vue
src/views/sthj/dbrzcx/index.vue
View file @
f4e319a
...
...
@@ -120,8 +120,8 @@ export default {
endTimeChange
(
val
)
{
this
.
form
.
endTime
=
timeFormat
(
new
Date
(
val
),
true
)
},
queryClick
()
{
getRecordLogPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
(
res
=>
{
featchData
()
{
getRecordLogPage
({
...
this
.
form
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
let
{
records
,
total
,
current
}
=
res
.
result
this
.
tableData
.
data
=
records
?
records
:
[]
...
...
@@ -134,11 +134,8 @@ export default {
resetForm
()
{
this
.
$refs
.
ruleForm
.
resetFields
();
this
.
form
.
currentPage
=
1
this
.
queryClick
();
},
featchData
()
{
this
.
queryClick
();
},
this
.
featchData
();
}
}
}
</
script
>
...
...
src/views/sthj/sbbwcx/index.vue
View file @
f4e319a
...
...
@@ -185,8 +185,8 @@ export default {
this
.
form
.
exchangeEndTime
=
timeFormat
(
new
Date
(
val
),
true
)
},
// 初始化数据
queryClick
()
{
getDataReportPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
((
res
)
=>
{
featchData
()
{
getDataReportPage
({
...
this
.
form
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
,
current
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
...
...
@@ -195,11 +195,6 @@ export default {
}
});
},
featchData
()
{
this
.
queryClick
();
},
// 多选
handleSelectionChange
(
val
)
{
},
// 上报
handleEscalation
()
{
},
// 详情
...
...
@@ -212,7 +207,7 @@ export default {
this
.
$refs
.
ruleForm
.
resetFields
();
this
.
form
.
exchangeEndTime
=
""
this
.
form
.
currentPage
=
1
this
.
queryClick
();
this
.
featchData
();
},
},
};
...
...
Please
register
or
sign in
to post a comment