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