fix bug
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user