@@ -193,6 +193,7 @@ export default {
this.reset();
this.$modal.msgSuccess((e == 1 ? '审核' : '驳回') + "成功");
});
+ this.getList();
},
handleExport() {
this.download('/community/activitylog/export', {
@@ -233,6 +233,7 @@ export default {
}
/** 导入按钮操作 */
handleImport() {