style:通知公告
Showing
1 changed file
with
4 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-09 16:29:13 | 4 | * @LastEditTime: 2023-11-09 16:47:44 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <transition name="fade"> | 7 | <transition name="fade"> |
... | @@ -42,7 +42,8 @@ | ... | @@ -42,7 +42,8 @@ |
42 | }; | 42 | }; |
43 | }, | 43 | }, |
44 | mounted () { | 44 | mounted () { |
45 | this.getData(); | 45 | this.Listener(); |
46 | this.getData() | ||
46 | }, | 47 | }, |
47 | watch: { | 48 | watch: { |
48 | noticeList: { | 49 | noticeList: { |
... | @@ -51,7 +52,7 @@ | ... | @@ -51,7 +52,7 @@ |
51 | this.Listener(); | 52 | this.Listener(); |
52 | setTimeout(res => { | 53 | setTimeout(res => { |
53 | that.getData(); | 54 | that.getData(); |
54 | }, 100); | 55 | }, 300); |
55 | }, | 56 | }, |
56 | deep: true | 57 | deep: true |
57 | } | 58 | } | ... | ... |
-
Please register or sign in to post a comment