|
|
@ -79,6 +79,7 @@ export class AgentListComponent implements OnInit { |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.validateFormDistribute = this.form.group({ |
|
|
|
this.validateFormDistribute = this.form.group({ |
|
|
|
couponId: [null, [Validators.required]], |
|
|
|
couponId: [null, [Validators.required]], |
|
|
|
|
|
|
|
type: [null, [Validators.required]], |
|
|
|
stockCount: [null, [Validators.required]], |
|
|
|
stockCount: [null, [Validators.required]], |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.getRequest(true, this.searchForm.value); |
|
|
|
this.getRequest(true, this.searchForm.value); |
|
|
|