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
Plain Diff
Browse Files
Authored by
张凯
2021-12-06 14:48:09 +0800
Commit
50c86d44e93b187f47e9670580218576b78ce2cd
2 parents
0eb4edcb
6bb11e89
Merge branch 'master' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into joke
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 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 @
50c86d4
...
...
@@ -666,7 +666,12 @@ export default {
* 上传
*/
let
showUploadFile
=
(
flg
)
=>
{
showUploadDialogVisible
.
value
=
flg
;
if
(
flg
&&
currentNodeData
.
value
.
id
==
0
){
proxy
.
$global
.
showMsg
(
"根目录不可以上传文件!"
,
"warning"
);
}
else
{
showUploadDialogVisible
.
value
=
flg
;
}
}
let
uploadCallBack
=
({
document
,
fileInfo
})
=>
{
reload
(
false
);
...
...
Please
register
or
login
to post a comment