fix bug
This commit is contained in:
@ -372,6 +372,8 @@ export class WaybillManagementBulkComponent implements OnInit {
|
||||
console.log(e);
|
||||
if (e >= 1) {
|
||||
this.resourceStatus = e + 1;
|
||||
} else {
|
||||
this.resourceStatus = 0
|
||||
}
|
||||
this.initST();
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user