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
a2015a77
Commit
a2015a77
authored
Jan 08, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
444
parent
3ada3469
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
final.vue
src/views/audit/project/final.vue
+2
-2
No files found.
src/views/audit/project/final.vue
View file @
a2015a77
...
@@ -224,7 +224,7 @@ export default {
...
@@ -224,7 +224,7 @@ export default {
this
.
getListByPage
()
this
.
getListByPage
()
},
},
getYear
()
{
getYear
()
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
2
,
projType
:
getType
(),
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
batch
.
getCurrentYearBatch
({
type
:
1
,
projType
:
getType
(),
timeType
:
1
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
if
(
data
)
{
this
.
isButten
=
data
.
disabled
this
.
isButten
=
data
.
disabled
this
.
description
=
data
.
description
this
.
description
=
data
.
description
...
@@ -311,7 +311,7 @@ export default {
...
@@ -311,7 +311,7 @@ export default {
}
else
if
(
type
===
'evaluation'
)
{
}
else
if
(
type
===
'evaluation'
)
{
this
.
objectId
=
record
.
auditObjectId
this
.
objectId
=
record
.
auditObjectId
this
.
assignInfoVisible
=
true
this
.
assignInfoVisible
=
true
}
else
if
(
type
===
'eView'
)
{
}
else
if
(
type
===
'eView'
)
{
this
.
assignId
=
record
.
id
this
.
assignId
=
record
.
id
this
.
visibleEvaluationView
=
true
this
.
visibleEvaluationView
=
true
}
}
...
...
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