瀏覽代碼

improve: 分组设置刷新

From-wh 2 年之前
父節點
當前提交
6db6028ee0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template/admin/src/pages/user/list/index.vue

+ 1 - 1
template/admin/src/pages/user/list/index.vue

@@ -824,7 +824,7 @@ export default {
         this.$Message.warning('请选择要设置分组的用户');
       } else {
         let uids = { uids: this.ids };
-        this.$modalForm(userSetGroup(uids)).then(() => this.$refs.sends.getList());
+        this.$modalForm(userSetGroup(uids)).then(() => this.getList());
       }
     },
     // 批量设置标签;