style:系统通知
Showing
1 changed file
with
4 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-25 16:10:08 | 4 | * @LastEditTime: 2023-11-09 16:29:13 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <transition name="fade"> | 7 | <transition name="fade"> |
| ... | @@ -41,6 +41,9 @@ | ... | @@ -41,6 +41,9 @@ |
| 41 | secondAnimationTime: '', // 状态二动画效果 | 41 | secondAnimationTime: '', // 状态二动画效果 |
| 42 | }; | 42 | }; |
| 43 | }, | 43 | }, |
| 44 | mounted () { | ||
| 45 | this.getData(); | ||
| 46 | }, | ||
| 44 | watch: { | 47 | watch: { |
| 45 | noticeList: { | 48 | noticeList: { |
| 46 | handler (newName, oldName) { | 49 | handler (newName, oldName) { | ... | ... |
-
Please register or sign in to post a comment