edit
This commit is contained in:
@ -58,7 +58,8 @@ export class AddOwnerComponent implements OnInit {
|
||||
|
||||
beforeReq = (requestOptions: STRequestOptions) => {
|
||||
Object.assign(requestOptions.body, {
|
||||
listSource: 2
|
||||
listSource: 2,
|
||||
approvalStatus: '20'
|
||||
});
|
||||
if (this.sf) {
|
||||
Object.assign(requestOptions.body, {
|
||||
|
||||
Reference in New Issue
Block a user