diff --git a/src/views/responseManagement/responding/component/selectUserNew.vue b/src/views/responseManagement/responding/component/selectUserNew.vue index 778c246..ffa0cd7 100644 --- a/src/views/responseManagement/responding/component/selectUserNew.vue +++ b/src/views/responseManagement/responding/component/selectUserNew.vue @@ -349,6 +349,7 @@ const save = async () => { adminId: state.selectData[i].userId, adminName: state.selectData[i].userName, allocation: 'YES', + applyForCount: 0, }; let res = await submitNew(params).then((da) => { ElMessage.success('B2 success');