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
XuHaoJie
4 years ago
Commit
45471e0123e2034cafcf10f59f23a9ede3d0715e
1 parent
5a2d6fe9
杭州-乙方运维-如果是日常资料,不能点击
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/operationMaintenance/doc/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/operationMaintenance/doc/index.js
View file @
45471e0
...
...
@@ -45,6 +45,10 @@ export default {
let
initFlg
=
Vue
.
ref
(
false
);
let
init
=
()
=>
{
//如果是日常资料,不能点击
if
(
"TWO_DAY_MATERIAL"
==
props
.
treeNode
.
map
.
nodeType
.
code
){
return
true
;
}
// 查询绑定的文件列表
let
params
=
{
opsId
:
props
.
projectId
,
...
...
Please
register
or
login
to post a comment