Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
23cb6351
Commit
23cb6351
authored
Nov 26, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
81f4643f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
list.vue
src/views/sign/list.vue
+13
-9
No files found.
src/views/sign/list.vue
View file @
23cb6351
...
...
@@ -47,7 +47,8 @@ export default {
projectName
:
'gic-web'
,
pageParams
:
{
currentPage
:
1
,
pageSize
:
20
pageSize
:
20
,
time
:
''
},
total
:
0
,
tableList
:
[],
...
...
@@ -71,6 +72,7 @@ export default {
delete
params
.
time
;
}
let
res
=
await
getPageSignLog
(
params
);
console
.
log
(
res
);
if
(
res
.
errorCode
===
0
&&
res
.
result
)
{
this
.
tableList
=
res
.
result
.
result
||
[];
this
.
total
=
res
.
result
.
totalCount
;
...
...
@@ -80,6 +82,7 @@ export default {
}
this
.
loading
=
false
;
}
catch
(
err
)
{
console
.
log
(
3
);
this
.
loading
=
false
;
}
},
...
...
@@ -104,15 +107,16 @@ export default {
this
.
storeDialog
=
false
;
this
.
refresh
();
},
handleSizeChange
(
val
)
{
this
.
pageParams
.
currentPage
=
1
;
this
.
pageParams
.
pageSize
=
val
;
this
.
fetch
();
},
handleCurrentChange
(
val
)
{
this
.
pageParams
.
currentPage
=
val
;
this
.
fetch
();
},
formatDateTimeByType
},
handleSizeChange
(
val
)
{
this
.
pageParams
.
pageSize
=
val
;
this
.
fetch
();
},
handleCurrentChange
(
val
)
{
this
.
pageParams
.
currentPage
=
val
;
this
.
fetch
();
}
};
</
script
>
...
...
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