Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
567bc658
Commit
567bc658
authored
Mar 03, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
f5f731da
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
index.vue
src/layouts/components/NavBar/index.vue
+1
-1
index.vue
src/layouts/index.vue
+12
-3
No files found.
src/layouts/components/NavBar/index.vue
View file @
567bc658
...
@@ -161,7 +161,7 @@ export default {
...
@@ -161,7 +161,7 @@ export default {
},
},
},
},
created
()
{
created
()
{
this
.
getMessage
()
//
this.getMessage()
},
},
mounted
()
{
mounted
()
{
document
document
...
...
src/layouts/index.vue
View file @
567bc658
...
@@ -188,9 +188,9 @@
...
@@ -188,9 +188,9 @@
<div
class=
"title"
>
驳回修改提醒
</div>
<div
class=
"title"
>
驳回修改提醒
</div>
<div
class=
"refuteList"
>
<div
class=
"refuteList"
>
<div
<div
class=
"rufuteItem"
v-for=
"(item, index) in autoDialogList"
v-for=
"(item, index) in autoDialogList"
:key=
"index"
:key=
"index"
class=
"rufuteItem"
>
>
<div
class=
"title"
>
{{ item.title }}病例数据驳回修改
</div>
<div
class=
"title"
>
{{ item.title }}病例数据驳回修改
</div>
<div
class=
"num"
>
【{{ item.num }}条】
</div>
<div
class=
"num"
>
【{{ item.num }}条】
</div>
...
@@ -321,10 +321,17 @@ export default {
...
@@ -321,10 +321,17 @@ export default {
}
}
},
},
},
},
watch
:
{
curSelectedIndex
(
v
)
{
this
.
getRefuteMessage
()
},
},
created
()
{
created
()
{
this
.
selectedIndex
=
sessionStorage
.
getItem
(
"
selectedIndex
"
)
||
""
this
.
selectedIndex
=
sessionStorage
.
getItem
(
"
selectedIndex
"
)
||
""
this
.
curSelectedIndex
=
String
(
this
.
selectedIndex
)
?
this
.
selectedIndex
:
""
this
.
curSelectedIndex
=
String
(
this
.
selectedIndex
)
?
this
.
selectedIndex
:
""
if
(
this
.
curSelectedIndex
)
{
this
.
getRefuteMessage
()
this
.
getRefuteMessage
()
}
},
},
mounted
()
{
mounted
()
{
if
(
!
this
.
selectedIndex
)
{
if
(
!
this
.
selectedIndex
)
{
...
@@ -337,7 +344,9 @@ export default {
...
@@ -337,7 +344,9 @@ export default {
:
""
:
""
}
}
// console.log(this.curSelectedIndex)
// console.log(this.curSelectedIndex)
if
(
this
.
curSelectedIndex
)
{
this
.
getRefuteMessage
()
this
.
getRefuteMessage
()
}
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
window
.
addEventListener
(
window
.
addEventListener
(
"
storage
"
,
"
storage
"
,
...
...
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