Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-video
Project
Project
Details
Activity
Releases
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
binhai-jiaoguan
binhai-video
Commits
cf03384e
Commit
cf03384e
authored
Nov 22, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件共享-选择共享用户、共享权限后点击保存,再二次点击共享时,弹出框的内容没有被重置
parent
cc6933a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
index.scss
src/assets/styles/index.scss
+1
-1
fileSharing.vue
src/views/fileManagement/components/fileSharing.vue
+7
-1
No files found.
src/assets/styles/index.scss
View file @
cf03384e
...
...
@@ -10,7 +10,7 @@ body {
-moz-osx-font-smoothing
:
grayscale
;
-webkit-font-smoothing
:
antialiased
;
text-rendering
:
optimizeLegibility
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
Arial
,
sans-serif
;
font-family
:
SiyuanHei
,
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
Arial
,
sans-serif
;
}
label
{
...
...
src/views/fileManagement/components/fileSharing.vue
View file @
cf03384e
...
...
@@ -156,7 +156,7 @@
@
pagination=
"getList"
/>
<!-- 共享对话框 -->
<el-dialog
title=
"视频共享"
:visible
.
sync=
"showShareDialog"
width=
"680px"
append-to-body
:close-on-click-modal=
"false"
>
<el-dialog
title=
"视频共享"
:visible
.
sync=
"showShareDialog"
width=
"680px"
:destroy-on-close=
"true"
@
close=
"closeDia"
append-to-body
:close-on-click-modal=
"false"
>
<el-row
class=
"dialog-content"
:gutter=
"20"
>
<!-- 左侧列表-->
<el-col
:span=
"8"
>
...
...
@@ -353,6 +353,12 @@ export default {
this
.
getLabelOptions
()
},
methods
:
{
/** 关闭页面回调*/
closeDia
()
{
this
.
activeName
=
'selecttVideo'
this
.
shareList
=
[]
this
.
permissionCheckList
=
[]
},
/** 判断是否有操作按钮权限*/
hasPermission
(
row
,
type
)
{
if
(
row
.
shareFile
===
false
)
{
...
...
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