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
王涛
2022-01-11 21:10:43 +0800
Commit
b638ac35ea0cb9dc74b4bbda06ea1c49f2955ef3
2 parents
b788e00f
2b5fe6da
Merge branch 'master-v32-xwx' into 'master'
杭州-文档管理-上传刷新优化 See merge request
!353
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/document/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/cacheData/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/document/index.js
View file @
b638ac3
...
...
@@ -678,7 +678,9 @@ export default {
}
let
uploadCallBack
=
({
document
,
fileInfo
})
=>
{
reload
(
false
);
props
.
fileIds
.
push
(
document
.
id
)
if
(
document
.
category
.
toUpperCase
()
==
document
.
category
){
props
.
fileIds
.
push
(
document
.
id
);
}
// 执行回调
emit
(
'callback'
,
{
document
,
fileInfo
});
}
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/cacheData/index.js
View file @
b638ac3
...
...
@@ -151,6 +151,8 @@ export default {
if
(
res
&&
res
.
data
)
{
count
.
value
=
res
.
count
;
tableDataList
.
value
=
res
.
data
;
}
else
{
tableDataList
.
value
=
'暂无数据'
;
}
});
}
...
...
Please
register
or
login
to post a comment