vue 使當前頁面重新加載,區別於window.location.reload,用戶體驗更好一下,
使用了 s-Table組件
> 基礎的使用方式與 API 與 [官方版(Table)](https://vuecomponent.github.io/ant-design-vue/components/table-cn/) 本一致,在其基礎上,封裝了加載數據的方法。
>
> 你無需在你是用表格的頁面進行分頁邏輯處理,僅需向 Table 組件傳遞綁定 `:data="Promise"` 對象即可
該 `table` 由 [@Saraka](https://github.com/saraka-tsukai) 完成封裝
<a-button style="margin-left: 8px" @click="() => this.$refs.table.refresh(true)">重置</a-button>