Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f21ee3e6
authored
2025-04-21 13:33:50 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
质量评估审批状态搜索修改
1 parent
379422ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
src/views/data_asset/qualityEvaluate.vue
src/views/data_asset/valueEvaluate.vue
src/views/data_asset/qualityEvaluate.vue
View file @
f21ee3e
...
...
@@ -119,7 +119,8 @@ const searchItemList = ref([
{
label
:
'审批中'
,
value
:
'A'
},
{
label
:
'已通过'
,
value
:
'Y'
},
{
label
:
'已驳回'
,
value
:
'R'
},
{
label
:
'已撤销'
,
value
:
'C'
}
{
label
:
'已撤销'
,
value
:
'C'
},
{
label
:
'--'
,
value
:
'null'
}
],
clearable
:
true
},
...
...
@@ -144,7 +145,8 @@ const getTableData = () => {
pageSize
:
page
.
value
.
limit
,
pageIndex
:
page
.
value
.
curr
,
daName
:
page
.
value
.
daName
,
approveState
:
page
.
value
.
approveState
,
isApprove
:
page
.
value
.
approveState
==
'null'
?
'N'
:
''
,
approveState
:
page
.
value
.
approveState
==
'null'
?
null
:
page
.
value
.
approveState
,
currentStaffGuid
:
userData
.
staffGuid
}).
then
((
res
:
any
)
=>
{
tableInfo
.
value
.
loading
=
false
...
...
src/views/data_asset/valueEvaluate.vue
View file @
f21ee3e
...
...
@@ -109,6 +109,7 @@ const searchItemList = ref([
{
label
:
'已通过'
,
value
:
'Y'
},
{
label
:
'已驳回'
,
value
:
'R'
},
{
label
:
'已撤销'
,
value
:
'C'
},
{
label
:
'--'
,
value
:
'null'
}
],
clearable
:
true
},
...
...
@@ -133,7 +134,8 @@ const getTableData = () => {
pageSize
:
page
.
value
.
limit
,
pageIndex
:
page
.
value
.
curr
,
daName
:
page
.
value
.
daName
,
approveState
:
page
.
value
.
approveState
,
isApprove
:
page
.
value
.
approveState
==
'null'
?
'N'
:
''
,
approveState
:
page
.
value
.
approveState
==
'null'
?
null
:
page
.
value
.
approveState
,
currentStaffGuid
:
userData
.
staffGuid
}).
then
((
res
:
any
)
=>
{
tableInfo
.
value
.
loading
=
false
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment