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
王涛
4 years ago
Commit
eed17181d08fe7a0c412e51705c9f24ebe0c35ef
1 parent
3689e094
文档管理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 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 @
eed1718
...
...
@@ -42,7 +42,6 @@ export default {
type
:
Boolean
,
default
:
false
},
},
data
()
{
return
{
...
...
@@ -418,6 +417,11 @@ export default {
* 搜索
*/
let
searchFile
=
()
=>
{
let
keyWords
=
keyWord
.
value
;
if
(
keyWords
==
''
){
proxy
.
$global
.
showMsg
(
"请输入关键字!"
,
"warning"
)
return
;
}
getPage
(
''
);
}
...
...
@@ -587,7 +591,6 @@ export default {
if
(
msg
){
proxy
.
$global
.
showMsg
(
msg
,
'warning'
);
}
}
})
reNameFileFlg
.
value
[
item
.
id
]
=
false
;
...
...
@@ -604,6 +607,7 @@ export default {
if
(
!
props
.
isView
)
{
getTree
();
}
else
{
isUserFolder
.
value
=
true
;
layout
.
value
=
{
left
:
0
,
right
:
24
...
...
Please
register
or
login
to post a comment