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
8fb3c099
Commit
8fb3c099
authored
Dec 04, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
b2651582
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
audit.vue
src/views/audit/project/audit.vue
+4
-4
No files found.
src/views/audit/project/audit.vue
View file @
8fb3c099
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</a-row>
</a-row>
<a-row>
<a-row>
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
<audit-list
v-model=
"
projectInfo
.auditList"
/>
<audit-list
v-model=
"
formData
.auditList"
/>
</a-col>
</a-col>
</a-row>
</a-row>
<a-form-model
ref=
"form"
:model=
"auditObj"
:rules=
"rules"
class=
"from-table font-line-space"
>
<a-form-model
ref=
"form"
:model=
"auditObj"
:rules=
"rules"
class=
"from-table font-line-space"
>
...
@@ -48,7 +48,7 @@ import AuditEdit from '@/views/audit/components/auditEdit'
...
@@ -48,7 +48,7 @@ import AuditEdit from '@/views/audit/components/auditEdit'
export
default
{
export
default
{
name
:
"Audit"
,
name
:
"Audit"
,
components
:
{
components
:
{
projectInfo
,
projectInfoKey
,
AuditList
,
AuditEdit
formData
,
projectInfoKey
,
AuditList
,
AuditEdit
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -66,7 +66,7 @@ export default {
...
@@ -66,7 +66,7 @@ export default {
{
title
:
'单位科研项目及资金管理制度'
,
key
:
'10'
,
isShow
:
true
},
{
title
:
'单位科研项目及资金管理制度'
,
key
:
'10'
,
isShow
:
true
},
// { title: '诚信承诺书', key: '11', isShow: true },
// { title: '诚信承诺书', key: '11', isShow: true },
],
],
projectInfo
:
{
formData
:
{
id
:
null
,
id
:
null
,
organizationCode
:
null
,
organizationCode
:
null
,
address
:
null
,
address
:
null
,
...
@@ -148,7 +148,7 @@ export default {
...
@@ -148,7 +148,7 @@ export default {
this
.
loading
=
true
this
.
loading
=
true
this
.
$api
.
project
.
getProjectInfoById
(
pars
).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
project
.
getProjectInfoById
(
pars
).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
if
(
data
)
{
this
.
projectInfo
=
data
this
.
formData
=
data
this
.
loading
=
false
this
.
loading
=
false
}
else
}
else
this
.
$emit
(
'close'
,
'error'
)
this
.
$emit
(
'close'
,
'error'
)
...
...
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