提交代码
This commit is contained in:
parent
9d6fcfcd7d
commit
b7e83fbf89
|
@ -349,6 +349,7 @@ const save = async () => {
|
||||||
adminId: state.selectData[i].userId,
|
adminId: state.selectData[i].userId,
|
||||||
adminName: state.selectData[i].userName,
|
adminName: state.selectData[i].userName,
|
||||||
allocation: 'YES',
|
allocation: 'YES',
|
||||||
|
applyForCount: 0,
|
||||||
};
|
};
|
||||||
let res = await submitNew(params).then((da) => {
|
let res = await submitNew(params).then((da) => {
|
||||||
ElMessage.success('B2 success');
|
ElMessage.success('B2 success');
|
||||||
|
|
Loading…
Reference in New Issue