Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
f7abc40a
Commit
f7abc40a
authored
Jan 18, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加自评绩效核查信息导出功能
parent
1e389e98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
attendance-performance-manager-ui/admin/src/views/check/window/perform/list.vue
...-manager-ui/admin/src/views/check/window/perform/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/list.vue
...-ui/admin/src/views/check/window/workman/perform/list.vue
+2
-2
No files found.
attendance-performance-manager-ui/admin/src/views/check/window/perform/list.vue
View file @
f7abc40a
...
@@ -51,7 +51,7 @@ export default {
...
@@ -51,7 +51,7 @@ export default {
doExport
()
{
doExport
()
{
this
.
isExport
=
true
;
this
.
isExport
=
true
;
this
.
$download
(
this
.
$download
(
"
/check/
review/record
/exportExcel
"
,
"
/check/
window/perform
/exportExcel
"
,
{
{
page
:
1
,
page
:
1
,
size
:
-
1
,
size
:
-
1
,
...
...
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/list.vue
View file @
f7abc40a
...
@@ -33,7 +33,7 @@ export default {
...
@@ -33,7 +33,7 @@ export default {
},
},
mixins
:
[
table
],
mixins
:
[
table
],
created
()
{
created
()
{
this
.
getData
();
//
this.getData();
},
},
methods
:
{
methods
:
{
/** 重写新增方法 */
/** 重写新增方法 */
...
@@ -52,7 +52,7 @@ export default {
...
@@ -52,7 +52,7 @@ export default {
doExport
()
{
doExport
()
{
this
.
isExport
=
true
;
this
.
isExport
=
true
;
this
.
$download
(
this
.
$download
(
"
/check/
review/record
/exportExcel
"
,
"
/check/
window/workman/perform
/exportExcel
"
,
{
{
page
:
1
,
page
:
1
,
size
:
-
1
,
size
:
-
1
,
...
...
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