mobile/pages/branch/admin/branch/index.vue
@@ -201,11 +201,11 @@
         /*删除分会*/
         onDelete(e) {
            let self = this;
            wx.showModal({
            uni.showModal({
               title: "提示",
               content: "您确定要删除此分会吗?",
               success: function(o) {
                  o.confirm && self._get('branch.admin.branch/delete', {
                  o.confirm && self._post('branch.admin.branch/delete', {
                     branch_id: e
                  }, function(result) {
                     if (result.code == 1) {