Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
2021-11-30 22:28:44 +0800
Commit
32ca3c88d003fe8d912e7968df0998f438d64278
1 parent
b9e3ee2b
文档管理全选文件后删除操作后取消全选变为全选
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/document/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/document/index.js
View file @
32ca3c8
...
...
@@ -324,6 +324,10 @@ export default {
},
1000
)
if
(
!
isAllSelect
){
proxy
.
selectText
=
'全选'
isAllSelect
=
true
;
}
}
...
...
Please
register
or
login
to post a comment