Browse Source

修改操作后未查询

asd123a20 2 years ago
parent
commit
8dd5a59b01
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/activity/activitylog.vue
  2. 1 0
      src/views/points/index.vue

+ 1 - 0
src/views/activity/activitylog.vue

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

+ 1 - 0
src/views/points/index.vue

@@ -233,6 +233,7 @@ export default {
           });
         }
       });
+      this.getList();
     },
     /** 导入按钮操作 */
     handleImport() {