This commit is contained in:
wangshiming
2022-03-02 18:07:40 +08:00
parent 399db8c601
commit c1347bd394

View File

@ -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);