|
|
const { cardType, agentId, begin, end, location, assignExamType, schoolId, days } = form.value;
|
|
const { cardType, agentId, begin, end, location, assignExamType, schoolId, days } = form.value;
|
|
|
|
|
+ assignCard(cardType, agentId, begin, end, location, assignExamType, schoolId, days).then(res => {
|