diff --git a/activitylink/src/api/manage/gift.js b/activitylink/src/api/manage/gift.js index 63723cc..285e498 100644 --- a/activitylink/src/api/manage/gift.js +++ b/activitylink/src/api/manage/gift.js @@ -92,7 +92,29 @@ export function deleteUsers(ids) { export function getFixUserList(data) { return request({ url: '/admin/user/list/fix', - method: 'get', + method: 'post', + data: data, + headers: { + 'Content-Type': 'application/json' + } + }) +} +// 内定用户删除 +export function deleteFixUser(id) { + return request({ + url: '/admin/user/delete/fix', + method: 'post', + params: { id }, + headers:{ + 'Content-Type': 'application/json' + } + }) +} +// 内定用户新增 +export function addFixUser(data) { + return request({ + url: '/admin/prize/addFixUser', + method: 'post', data: data, headers: { 'Content-Type': 'application/json' diff --git a/activitylink/src/views/zhongchou/gift/importFixedList/index.vue b/activitylink/src/views/zhongchou/gift/importFixedList/index.vue index 7660359..af4e0a6 100644 --- a/activitylink/src/views/zhongchou/gift/importFixedList/index.vue +++ b/activitylink/src/views/zhongchou/gift/importFixedList/index.vue @@ -6,62 +6,54 @@
- 姓名: - - - 精网号: - - 搜索 + 姓名: + 精网号: + 搜索
- 添加用户 + 添加用户 导入Excel
- - + + + +
批量删除 -
- 共{{ total }}条 - - - - - - - - 前往 + +
-
- - - + + + z - +