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