Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f1a57359
authored
2022-12-09 09:40:39 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:系统通知
1 parent
e145f4d2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/home/index.vue
src/views/home/index.vue
View file @
f1a5735
...
...
@@ -107,6 +107,7 @@
import
*
as
G2
from
'@antv/g2'
import
vueSeamlessScroll
from
"vue-seamless-scroll"
import
{
getHomeNoticeList
,
getHomeTodoList
,
getHomeDoneList
,
getHomeFrequentProjects
}
from
"@/api/user.js"
;
import
{
setReadStatus
}
from
'@/api/system'
import
addDialog
from
"./components/addProject.vue"
;
export
default
{
name
:
'home'
,
...
...
@@ -336,6 +337,11 @@ export default {
this
.
projectDialog
=
true
;
},
handleNotice
(
item
)
{
setReadStatus
({
bsmNotice
:
item
.
bsmNotice
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
queryNoticeList
()
}
})
this
.
$alertMes
(
item
.
noticeTitle
,
item
.
noticeContent
)
}
}
...
...
Please
register
or
sign in
to post a comment