@@ -142,6 +142,7 @@ export default {
this.$service.auth.shopAdminDelete(param).then(res => {
this.$message.success('操作成功!');
this.$refs[`popover-` + item.id].doClose();
+ this.app.refresh()
});
},
}