fe069f9a by renchao@pashanhoo.com

style:系统通知

1 parent 483569e6
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) {
......