fix bug
This commit is contained in:
		@ -53,9 +53,12 @@ export class TaxManagementIndividualDeclareComponent implements OnInit {
 | 
			
		||||
   * 查询参数
 | 
			
		||||
   */
 | 
			
		||||
  get reqParams() {
 | 
			
		||||
    const params = Object.assign({}, this.sf?.value || {}, {
 | 
			
		||||
      declareStatus: this.selectedIndex
 | 
			
		||||
    });
 | 
			
		||||
    console.log();
 | 
			
		||||
    
 | 
			
		||||
    const params = Object.assign({}, this.sf?.value || {});
 | 
			
		||||
    if(this.selectedIndex) {
 | 
			
		||||
      params.declareStatus = this.selectedIndex
 | 
			
		||||
    }
 | 
			
		||||
    delete params._$expand;
 | 
			
		||||
    return { ...params };
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user