@@ -133,12 +133,13 @@ export default {
del({id:itemId}).then(res=>{
if(res.code == 1){
that.$msg(res.msg)
- getGroupList({page: this.list.page}).then(res=>{
- if(res.code == 1){
- this.completes(res);
- }
- })
}
+
+ getGroupList({page: this.list.page}).then(res=>{
+ if(res.code == 1){
+ this.completes(res);
+ }
+ })
})