From 44c34efc9686408281c0f37f667a83c8feef98c5 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 18 Apr 2022 20:01:35 +0800 Subject: [PATCH] fix bug --- .../customtable/mancustomtable/mancustomtable.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.ts b/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.ts index e5056e66..5103b7fc 100644 --- a/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.ts +++ b/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.ts @@ -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();