Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-01-06 16:51:58 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export class OrderAgreementComponent implements OnInit {
ngOnInit() {
console.log({ type: this.type });
this.service.request(this.service.$api_get_agreement, { type: this.type }, 'POST', true, 'FORM').subscribe(res => {
this.service.request(this.service.$api_get_agreement, { type: this.type }).subscribe(res => {
if (res) {
this.agreementContent = res;
}

View File

@ -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, {