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
鲁尚清
2022-03-30 18:29:11 +0800
Commit
92b8e645b0c5890af167f8aedc025a42b27412d3
1 parent
3e0f7dbb
上传文件没有删除上个文件路径,在关闭弹框的时候给上传文件列表赋值为[]
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/upload/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/upload/index.js
View file @
92b8e64
...
...
@@ -115,6 +115,7 @@ export default {
let
show
=
Vue
.
ref
(
false
);
let
hidedialog
=
()
=>
{
fileListNow
.
value
=
[];
emit
(
'hideDialog'
,
false
);
}
let
getFile
=
(
param
)
=>
{
...
...
Please
register
or
login
to post a comment