Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
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
徐俊
yn-science-front
Commits
454eb91b
Commit
454eb91b
authored
Jul 24, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3333
parent
2d3f2022
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
index.js
src/api/index.js
+3
-0
final.vue
src/views/audit/talent/final.vue
+3
-3
No files found.
src/api/index.js
View file @
454eb91b
...
...
@@ -609,6 +609,9 @@ export default {
getCount
(
params
)
{
return
fetch
(
`/v1/science-admin/com_project_audit/getCount`
,
params
)
},
getTalentAuditCount
(
params
)
{
return
fetch
(
`/v1/science-admin/com_project_audit/getCount`
,
params
)
},
getConclusionAuditCount
(
params
)
{
return
fetch
(
`/v1/science-admin/com_project_audit/getConclusionAuditCount`
,
params
)
},
...
...
src/views/audit/talent/final.vue
View file @
454eb91b
...
...
@@ -56,7 +56,7 @@ export default {
components
:
{
talentView
,
audit
,
batchAudit
},
data
()
{
data
()
{
return
{
selectedRowKeys
:
[],
// 选项卡
...
...
@@ -160,7 +160,7 @@ export default {
}).
catch
(()
=>
{
this
.
loading
=
false
})
},
getCount
()
{
let
pars
=
isEmptyParams
({
auditType
:
6
,
reportYear
:
this
.
searchForm
.
reportYear
});
let
pars
=
isEmptyParams
({
auditType
:
6
,
completed
:
1
,
auditMethod
:
5
,
reportYear
:
this
.
searchForm
.
reportYear
});
this
.
$api
.
audit
.
getTalentAuditCount
(
pars
).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
panes
=
data
...
...
@@ -221,7 +221,7 @@ export default {
this
.
getListByPage
()
},
exportData
()
{
},
}
};
...
...
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