Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web
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
INET-TWO
web
Commits
175125cf
Commit
175125cf
authored
Nov 13, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
档案综合查询查询归档状态为已归档的数据
parent
c099ec42
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
DeeSearchTreeGroup.vue
...-dee/src/components/DeeBusinessCom/DeeSearchTreeGroup.vue
+15
-6
No files found.
applications/architecture-dee/src/components/DeeBusinessCom/DeeSearchTreeGroup.vue
View file @
175125cf
...
...
@@ -243,21 +243,30 @@ export default {
// }
// }
}
params
.
searchItems
.
children
[
0
].
items
.
push
(
{
const
arr
=
[
{
'fieldName'
:
'id'
,
'operator'
:
'NEQ'
,
'value'
:
0
})
params
.
searchItems
.
children
[
0
].
items
.
push
({
},
{
'fieldName'
:
'checkOuted'
,
'operator'
:
'NEQ'
,
'value'
:
true
}
)
params
.
searchItems
.
children
[
0
].
items
.
push
(
{
}
,
{
'fieldName'
:
'latest'
,
'operator'
:
'EQ'
,
'value'
:
true
})
},
{
'fieldName'
:
'archivingStatus'
,
'operator'
:
'EQ'
,
'value'
:
'已归档'
}
]
params
.
searchItems
.
children
[
0
].
items
.
push
(...
arr
)
this
.
groupList
=
[]
getSubTypeDocs
(
params
).
then
(
res
=>
{
this
.
groupList
=
[]
...
...
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