This commit is contained in:
wangshiming
2022-03-28 20:40:18 +08:00
parent 414cfedb3e
commit d6fb98752c

View File

@ -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(() => {