Explorar el Código

improve: 分组设置刷新

From-wh hace 2 años
padre
commit
6db6028ee0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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());
       }
     },
     // 批量设置标签;