浏览代码

修改操作后未查询

asd123a20 2 年之前
父节点
当前提交
8dd5a59b01
共有 2 个文件被更改,包括 2 次插入0 次删除
  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() {