fix bug
This commit is contained in:
		| @ -153,6 +153,10 @@ export class InsuranceTableComponent implements OnInit { | ||||
|     console.log(this.data); | ||||
|     console.log(this.minInsurancePrice); | ||||
|     console.log(this.sf.value); | ||||
|     if(!this.minInsurancePrice) { | ||||
|         this.service.msgSrv.error('必填项为空!') | ||||
|         return | ||||
|     } | ||||
|     let params= { | ||||
|       minInsurancePrice: this.minInsurancePrice, | ||||
|       insuranceConfigDTOS: this.data | ||||
|  | ||||
		Reference in New Issue
	
	Block a user