提交代码

This commit is contained in:
遥望-倪浩天 2024-07-26 08:25:41 +08:00
parent 9d6fcfcd7d
commit b7e83fbf89
1 changed files with 1 additions and 0 deletions

View File

@ -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');