This commit is contained in:
wangshiming
2022-04-18 20:01:35 +08:00
parent 2ce3afa020
commit 44c34efc96

View File

@ -232,7 +232,7 @@ export class DatatableMancustomtableComponent implements OnInit {
selectChange(e: number) {
console.log(e);
this.resourceStatus = e;
this.resourceStatus = e + 1;
// this.initST();
setTimeout(() => {
this.st.load();