fix bug
This commit is contained in:
		| @ -393,7 +393,11 @@ export class SupplyManagementBulkComponent implements OnInit { | |||||||
|  |  | ||||||
|   selectChange(e: number) { |   selectChange(e: number) { | ||||||
|     console.log(e); |     console.log(e); | ||||||
|  |     if(e == 2) { | ||||||
|  |     this.resourceStatus = 4; | ||||||
|  |     } else { | ||||||
|     this.resourceStatus = e; |     this.resourceStatus = e; | ||||||
|  |     } | ||||||
|     this.initST(); |     this.initST(); | ||||||
|     setTimeout(() => { |     setTimeout(() => { | ||||||
|       this.st.load(1); |       this.st.load(1); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user