提交代码
This commit is contained in:
parent
9d6fcfcd7d
commit
b7e83fbf89
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue