fix bug
This commit is contained in:
@ -232,7 +232,7 @@ export class DatatableMancustomtableComponent implements OnInit {
|
|||||||
selectChange(e: number) {
|
selectChange(e: number) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
|
|
||||||
this.resourceStatus = e;
|
this.resourceStatus = e + 1;
|
||||||
// this.initST();
|
// this.initST();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.st.load();
|
this.st.load();
|
||||||
|
|||||||
Reference in New Issue
Block a user