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
b0e2987a
Commit
b0e2987a
authored
Jul 31, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
b4734208
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
budgetInfo.vue
src/views/report/talent/components/budgetInfo.vue
+13
-0
talentInfo.vue
src/views/report/talent/components/talentInfo.vue
+3
-5
No files found.
src/views/report/talent/components/budgetInfo.vue
View file @
b0e2987a
...
...
@@ -37,6 +37,19 @@ export default {
budgetCategory
:
null
,
}
},
watch
:
{
budgetType
:
{
immediate
:
true
,
deep
:
true
,
// 加上 deep
handler
(
newVal
)
{
if
(
newVal
)
{
this
.
budgetCategory
=
newVal
.
type
===
'HTTalent'
}
else
{
this
.
budgetCategory
=
null
}
}
}
},
created
()
{
if
(
this
.
budgetType
)
{
if
(
this
.
budgetType
.
type
===
'HTTalent'
)
{
...
...
src/views/report/talent/components/talentInfo.vue
View file @
b0e2987a
...
...
@@ -537,6 +537,9 @@ export default {
}
})
},
FundChange
()
{
this
.
value
.
totalFund
=
this
.
value
.
applyFund
+
this
.
value
.
otherFund
},
talentCategoryHolder
()
{
if
(
this
.
value
.
talentCategory
===
this
.
talentTraningInfo
.
HTTalent
||
this
.
value
.
talentCategory
===
this
.
talentTraningInfo
.
RTTalent
)
{
...
...
@@ -547,11 +550,6 @@ export default {
this
.
talentTypeId
=
16
}
if
(
talentType
)
this
.
formData
.
talentType
=
talentType
else
this
.
formData
.
talentType
=
[]
this
.
processBudgetType
()
},
processBudgetType
()
{
...
...
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