fix: not require task order status to be send
This commit is contained in:
parent
cd2c8f9abb
commit
10419861a4
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ export class TaskController extends Controller {
|
||||||
@Body()
|
@Body()
|
||||||
body: {
|
body: {
|
||||||
taskName: string;
|
taskName: string;
|
||||||
taskOrderStatus: TaskOrderStatus;
|
taskOrderStatus?: TaskOrderStatus;
|
||||||
|
|
||||||
contactName: string;
|
contactName: string;
|
||||||
contactTel: string;
|
contactTel: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue