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
53259896
Commit
53259896
authored
Jul 25, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
5576bb2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.js
src/api/index.js
+2
-2
score.vue
src/views/evaluation/talent/components/score.vue
+2
-2
No files found.
src/api/index.js
View file @
53259896
...
@@ -548,8 +548,8 @@ export default {
...
@@ -548,8 +548,8 @@ export default {
assignTalent
(
params
)
{
assignTalent
(
params
)
{
return
fetch
(
'/v1/science-admin/com-talent-assign/assignTalent'
,
params
,
'post'
,
'json'
)
return
fetch
(
'/v1/science-admin/com-talent-assign/assignTalent'
,
params
,
'post'
,
'json'
)
},
},
get
AssignExpert
ById
(
params
)
{
get
TalentAssignInfo
ById
(
params
)
{
return
fetch
(
'/v1/science-admin/com-talent-assign/get
AssignExpert
ById'
,
params
)
return
fetch
(
'/v1/science-admin/com-talent-assign/get
TalentAssignInfo
ById'
,
params
)
},
},
deleteAssignExpert
(
params
)
{
deleteAssignExpert
(
params
)
{
return
fetch
(
`/v1/science-admin/com-talent-assign/deleteAssignExpert/
${
params
.
id
}
`
,
params
,
'delete'
,
'json'
)
return
fetch
(
`/v1/science-admin/com-talent-assign/deleteAssignExpert/
${
params
.
id
}
`
,
params
,
'delete'
,
'json'
)
...
...
src/views/evaluation/talent/components/score.vue
View file @
53259896
...
@@ -200,10 +200,10 @@ export default {
...
@@ -200,10 +200,10 @@ export default {
if
(
!
this
.
isScoreTableLoad
)
if
(
!
this
.
isScoreTableLoad
)
this
.
loading
=
false
this
.
loading
=
false
},
},
get
AssignExpert
ById
()
{
get
TalentAssignInfo
ById
()
{
if
(
!!
this
.
value
)
{
if
(
!!
this
.
value
)
{
this
.
loading
=
true
this
.
loading
=
true
this
.
$api
.
projectAssign
.
getAssignExpert
ById
({
id
:
this
.
value
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
talentAssign
.
getTalentAssignInfo
ById
({
id
:
this
.
value
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
if
(
data
)
{
this
.
formData
=
data
this
.
formData
=
data
// this.getProjectInfoById(data.projId)
// this.getProjectInfoById(data.projId)
...
...
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