- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 - 7
 - 8
 - 9
 
if ((this.formType.urlParam === 'sell1') || (this.formType.urlParam === 'supply1')) {
                                url = 'sell-return-list';
                            } else if ((this.formType.urlParam === 'sell2') || (this.formType.urlParam === 'supply2')) {
                                url = 'buy-return-list';
                            } else if ((this.formType.urlParam === 'service1') || (this.formType.urlParam === 'service2')) {
                                url = 'get-service-list';
                            } else {
                                url = 'provide-service-list';
                            }
                                    
 Follow us!