3f8fcf3d by renchao@pashanhoo.com

style:证书打印

1 parent fd44eed4
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-30 17:26:02 4 * @LastEditTime: 2023-08-30 17:33:06
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
...@@ -82,7 +82,6 @@ ...@@ -82,7 +82,6 @@
82 } 82 }
83 }, 83 },
84 mounted () { 84 mounted () {
85 console.log(11111111111111111);
86 store.dispatch('user/refreshPage', false) 85 store.dispatch('user/refreshPage', false)
87 this.columns = datas.columns() 86 this.columns = datas.columns()
88 this.ysxlhList() 87 this.ysxlhList()
......