quanwei
16 hours ago b90b528cb5c6eaebe03fba972fef658a741ce896
branch_vue/src/api/branch.js
@@ -103,6 +103,10 @@
  activityStatus(data, errorback) {
    return request._post('/branch/activity.activity/status', data, errorback);
  },
  /*检查企业差评*/
  checkNegativeComment(data, errorback) {
    return request._post('/branch/activity.activity/checkNegativeComment', data, errorback);
  },
  /*报名列表*/
  activityUserList(data, errorback) {
    return request._post('/branch/activityUser.activityUser/index', data, errorback);
@@ -116,6 +120,23 @@
    return request._post('/branch/activity.file/delete', data, errorback);
  },
  /*活动评论列表*/
  activityCommentList(data, errorback) {
    return request._post('/branch/activity.comment/index', data, errorback);
  },
  /*活动评论详情*/
  activityCommentDetail(data, errorback) {
    return request._post('/branch/activity.comment/detail', data, errorback);
  },
  /*编辑活动评论*/
  editActivityComment(data, errorback) {
    return request._post('/branch/activity.comment/edit', data, errorback);
  },
  /*删除活动评论*/
  deleteActivityComment(data, errorback) {
    return request._post('/branch/activity.comment/delete', data, errorback);
  },
  /*获取职务*/
  positionList(data, errorback) {
    return request._post('/branch/position.position/index', data, errorback);