@@ -102,6 +102,8 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
+ this.page.currentPage = 1;
+ this.page.total = 0;
this.$store.commit('CLEAR_LOGS')
this.$parent.$parent.box = false
this.$message.success( '清空成功!')